Sonar knowledge base
Go to websiteGo to SonarBook a call
  • Welcome to Sonar
    • Getting started with Sonar Clarity
  • Links
    • What we do
    • The platform
    • Changelog
  • Sonar Documentation
  • Security information
  • Browsers Extensions
    • Anonymous browser extension
      • Deploy the anonymous Chrome Extension on Windows
      • Deploy the anonymous Edge Extension
    • Identified browser extension
      • Deploy the Edge Extension
      • Deploy the Chrome Extension on Windows
      • Deploy the firefox Extension
  • Expenses - Manage Your SaaS Expenses
    • How to Bulk Add Expenses with CSV
  • Renewals & Contract Management
    • Importing Contracts by CSV
    • Importing Contracts by email
  • Licenses Management
    • Importing Licenses by CSV
    • Importing Licenses by email
  • Integrations
    • Identity provider and SSO
      • Setting Up Google Workspace as an Identity Provider
      • Microsoft SSO
    • Finance and accounting
Powered by GitBook
On this page
  • How to Deploy:
  • Mac
  • Windows:
  1. Browsers Extensions
  2. Identified browser extension

Deploy the firefox Extension

How to Deploy:

To ensure a seamless deployment of Sonar's Firefox extension you will have to use a policies.json file or a registry entry.

Mac

  1. Open the Applications folder, right-click Firefox and choose Show Package Contents.

  2. In the Contents > Resources folder, create a new folder called distribution.

  3. Save the following in a file called policies.json:

{ "policies": { "ExtensionSettings": { "*": { "blocked_install_message": "Custom error message.", "install_sources": [ "about:addons", "https://addons.mozilla.org/" ], "installation_mode": "allowed", "allowed_types": [ "extension" ] }, "{ YOUR UUID }": { "installation_mode": "force_installed", "install_url": "https://static.sonarclarity.ai/YOUR UUID.xpi" } } } }

To verify that the Sonar browser extension is installed, close and re-open Firefox, click the Firefox menu item in the toolbar, and choose Add-ons.

Windows:

To install the Sonar Firefox extension on devices running Windows:

Add the following key to the Windows registry (it should be under HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox):

  • Name: ExtensionSettings

  • Data:

{"*": { "blocked_install_message": "Custom error message.", "install_sources": [ "about:addons", "https://addons.mozilla.org/" ], "installation_mode": "allowed", "allowed_types": [ "extension" ] }, "{YOUR UUID}":{ "installation_mode": "force_installed", "install_url": "https://static.sonarclarity.ai/YOUR UUID.xpi" }}
PreviousDeploy the Chrome Extension on WindowsNextExpenses - Manage Your SaaS Expenses

Last updated 2 months ago