> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows/intune-chrome.md).

# Intune Deployment - Chrome

### **Overview**

These step-by-step instructions allow you to deploy the Keeper Chrome Browser Extension to users through Intune.

**(1)** Go to the [**Intune Admin Center**](https://intune.microsoft.com/)&#x20;

**(2)** In the portal, navigate to **Devices** > **Configuration.**

**(3)** On the Policies tab, click **Create** > **New Policy.**

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

**(4)** Under Platform, select **Windows 10 and later.**

**(5)** Under Profile Type, choose **Settings Catalog**, then click **Create**.

**(6)** Enter a Name for the configuration profile and an optional Description, then click **Next**.

**(7)** In the Configuration Settings tab, select **+ Add settings**.

**(8)** Search for "**Google Chrome**", then select "**Google Chrome Extensions**" and then select "**Configure the list of force-installed apps and extensions**" below. Then select **Next** to continue.

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

**(9)** In the "Configuration Settings" tab, enable the "**Configure the list of force-installed apps and extensions"** option then paste the following on one line:

```
bfogiafebfohielmmehodmfbbebbbpei;https://clients2.google.com/service/update2/crx
```

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

**(10)** Review the **Scope tags** and **Assignments** settings tabs to assign the appropriate groups, then click **Create** to finalize. Ensure that "All Users" or specific groups are assigned.

**(11)** Navigate back to “**Devices | Configuration**” > Click **Refresh.**&#x20;

**(12)** Your newly created policy will appear in the list of configuration profiles, confirming successful creation.

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

***

The policy is now active. If a user has not yet enrolled with Intune, they will be prompted to do so upon signing in to a managed device. Once enrolled, the Keeper Browser Extension will be installed automatically.

### Pinning the Extension

To pin the Chrome extension on the user's browser:

**(1)** Click on the policy you created under **Devices | Configuration.**

**(2)** Under the "**Configuration settings**" select "**Edit**"

**(3)** Click **+ Add setting** then search for "**Google Chrome**" settings and select **"Google Chrome Extensions"**&#x20;

**(4)** Select "**Extension management settings**" in the subcategory below.

<figure><img src="/files/6uFQEXCUkmT4LZpAtHus" alt=""><figcaption></figcaption></figure>

**(5)** After selecting this option, close the window and under the "**Configuration settings**" tab, activate the setting "**Configure extension management settings**" and paste the below JSON into the box:

{% code overflow="wrap" %}

```json
{"bfogiafebfohielmmehodmfbbebbbpei":{"installation_mode":"force_installed","toolbar_pin":"force_pinned","update_url":"https://clients2.google.com/service/update2/crx"}}
```

{% endcode %}

<figure><img src="/files/239k2EtqO4CJZrXtR6qn" alt=""><figcaption></figcaption></figure>

**(6)** Select "**Review + Save**" and save the settings.


---

# 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://newdocs.keeper.io/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows/intune-chrome.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.
