> 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-anonyme/deployer-lextension-chrome-anonyme-sur-windows.md).

# Déployer l'extension Chrome anonyme sur Windows

## Comment déployer :

Pour garantir un déploiement fluide de la version propre à votre organisation de l'extension Chrome d'Avanoo, suivez les consignes recommandées par Google.&#x20;

Le processus consiste à utiliser les `ExtensionInstallForcelist` `ExtensionSettings` stratégies, qui téléchargent et installent automatiquement l'extension spécifiée pour les utilisateurs de Google Chrome de votre organisation et l'épinglent au navigateur.

Consignes :&#x20;

<https://chromeenterprise.google/policies/?policy=ExtensionInstallForcelist>

<https://chromeenterprise.google/policies/#ExtensionSettings>

### Déploiement : <a href="#deploy" id="deploy"></a>

Pour installer l'extension Chrome d'Avanoo sur des appareils Windows :

Ajoutez la clé suivante au Registre Windows (elle doit se trouver sous HKEY\_LOCAL\_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist) :

* **Nom**: `1 (ou n'importe quel numéro si vous avez déjà une stratégie)`
* **Données**: `Disponible sur la plateforme`

Ajoutez la clé suivante au Registre Windows (elle doit se trouver sous HKEY\_LOCAL\_MACHINE\Software\Policies\Google\Chrome\ExtensionSettings) :

* **Nom**: `your_organisation_extension_id`
* **Données**: `{"toolbar_pin":"force_pinned"}`

### Vérification <a href="#inspect" id="inspect"></a>

Vous pouvez inspecter et déboguer la stratégie sur "chrome://policy" :


---

# 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-anonyme/deployer-lextension-chrome-anonyme-sur-windows.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.
