> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/enterprise-it-setup/browser-extension-installation-and-configuration/browser-extension-configuration-policy.md).

# Browser Extension Configuration Policy

### Browser Extension Configuration Policies <a href="#block-55f6b91437104bf3b16a939bf62c912e" id="block-55f6b91437104bf3b16a939bf62c912e"></a>

{% hint style="info" %}
The full listing of managed storage settings is available [in the managed storage schema](/enterprise-it-setup/browser-extension-installation-and-configuration/browser-extension-configuration-policy/managed-storage-schema.md)
{% endhint %}

{% content-ref url="/pages/DKxNob5KrufssK92UVTh" %}
[Extension Authentication Configuration](/enterprise-it-setup/browser-extension-installation-and-configuration/browser-extension-configuration-policy/extension-authentication-configuration.md)
{% endcontent-ref %}

### Viewing/Verifying Active Browser Policies <a href="#block-25678baea42e41a69e6fa987a2488942" id="block-25678baea42e41a69e6fa987a2488942"></a>

#### **Google Chrome**

In your Google Chrome browser, visit `chrome://policy`

#### **Microsoft Edge**

In your Google Chrome browser, visit `edge://policy`

### Windows: Setting Browser Extension Policies in the Registry <a href="#block-908f330ade5e44b28bf47250503cad0f" id="block-908f330ade5e44b28bf47250503cad0f"></a>

#### **Google Chrome**

You can set policies in the `HKEY_CURRENT_USER` or `HKEY_LOCAL_MACHINE` hive:

Copy the following:

```
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\mpjjildhmpddojocokjkgmlkkkfjnepo\policy
```

#### **Microsoft Edge**

You can set policies in the `HKEY_CURRENT_USER` or `HKEY_LOCAL_MACHINE` hive:

Copy the following:

```
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\3rdparty\extensions\mpjjildhmpddojocokjkgmlkkkfjnepo\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, and the optional `goal` query parameter:

```
GET https://docs.pixiebrix.com/enterprise-it-setup/browser-extension-installation-and-configuration/browser-extension-configuration-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
