> 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/browsers-extensions/identified-browser-extension/deploy-the-chrome-extension-on-windows.md).

# Deploy the Chrome Extension on Windows

## How to Deploy:

To ensure a seamless deployment of Avanoo's Chrome extension (ID: chrome\_extension\_id), follow the guidelines as advised by Google.&#x20;

The process involves utilizing the `ExtensionInstallForcelist` `ExtensionSettings` policies, which automatically downloads and installs the specified extension for Google Chrome users in your organization and pin it to the browser.

Guidelines:&#x20;

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

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

{% hint style="warning" %}
Be careful, if you already have some extension installed, please be aware that this will replace your configuration. Please insert the key after your current installation, or use Google Workspace deployment.
{% endhint %}

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

To install the Avanoo Chrome extension on devices running Windows:

Add the following key to the Windows registry (it should be under HKEY\_LOCAL\_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist):

* **Name**: `1 (or any number if you already have a policy)`
* **Data**: `(the data communicated on the platform)`

<figure><img src="/files/E2r2L7LRAtlEiHoYy02v" alt=""><figcaption></figcaption></figure>

Add the following key to the Windows registry (it should be under HKEY\_LOCAL\_MACHINE\Software\Policies\Google\Chrome\ExtensionSettings):

* **Name**: chrome\_extension\_id
* **Data**: `{"toolbar_pin":true}`

<figure><img src="/files/2Dg0sXVlQ6rh7cFrS65e" alt=""><figcaption></figcaption></figure>

### Verification <a href="#inspect" id="inspect"></a>

You can inspect and debug the policy on "chrome://policy":

<figure><img src="/files/tOsLBIOWefUjhqC2K8e0" alt=""><figcaption></figcaption></figure>


---

# 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/browsers-extensions/identified-browser-extension/deploy-the-chrome-extension-on-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.
