> For the complete documentation index, see [llms.txt](https://docs.avanoo.ai/public-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avanoo.ai/public-knowledge-base/avanoo-knowledge-base-fr/extensions-de-navigateur/extension-de-navigateur-identifiee/deployer-lextension-firefox.md).

# Déployer l'extension Firefox

### Comment déployer :

Pour garantir un déploiement fluide de l’extension Firefox d’Avanoo, vous devrez utiliser un fichier policies.json ou une entrée de registre.&#x20;

### Mac

1. Ouvrez le **Applications** dossier, faites un clic droit **Firefox** et choisissez **Afficher le contenu du paquet**.
2. Dans le **Contents** > **Resources** dossier, créez un nouveau dossier appelé `distribution`.
3. Enregistrez le script de la plateforme dans un fichier appelé `policies.json`:

```json
{ "policies": { "ExtensionSettings": { "*": { "blocked_install_message": "Message d’erreur personnalisé.", "install_sources": [ "about:addons", "https://addons.mozilla.org/" ], "installation_mode": "allowed", "allowed_types": [ "extension" ] }, "{ YOUR UUID }": { "installation_mode": "force_installed", "install_url": "URL/YOUR UUID.xpi" } } } }
```

Pour vérifier que l’extension de navigateur Sonar est installée, fermez puis rouvrez Firefox, cliquez sur l’élément de menu Firefox dans la barre d’outils, puis choisissez **Modules complémentaires**.

### Windows : <a href="#deploy" id="deploy"></a>

Pour installer l’extension Firefox d’Avanoo sur les appareils Windows :

Ajoutez la clé suivante au registre Windows (elle doit se trouver sous HKEY\_LOCAL\_MACHINE\Software\Policies\Mozilla\Firefox et être de type REG\_MULTI\_SZ) :

* **Nom**: `ExtensionSettings`
* **Données**:&#x20;

<pre class="language-json" data-overflow="wrap" data-expandable="true"><code class="lang-json">{
  "{ <a data-footnote-ref href="#user-content-fn-1">Votre identifiant d’extension</a> }": {
    "installation_mode": "force_installed",
    "install_url": "URL_AVAILABLE_ON_THE_PLATFORM"
  }
}

</code></pre>

<figure><img src="/files/5fa5fade5a1b5f425b076e0ea215548b1d7c41fd" alt=""><figcaption></figcaption></figure>

[^1]: Fourni dans l’e-mail de déploiement


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avanoo.ai/public-knowledge-base/avanoo-knowledge-base-fr/extensions-de-navigateur/extension-de-navigateur-identifiee/deployer-lextension-firefox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
