# JSON Policy Deployment - Chrome

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

## Deploying Keeper Chrome Browser Extension via JSON Policies

### Step 1: Create a Keeper JSON policy configuration file

1. If you currently do not have JSON Policy files created in which you want to utilize to deploy the Keeper Browser extension to all PCs in your organization, please proceed to creating your Keeper JSON policy file to your desired location, Ex: /tmp, and name it **keeperbe.json**

![Creating keeperbe.json file via Linux GUI](/files/-MFqu-kw78GjkIhO0PLw)

**OR** create your **keeperbe.json** file via command-line

```
cd /tmp
touch keeperbe.json
```

2\. In your preferred JSON file editor or basic file editor, copy, paste and save the contents, below, into the **keeperbe.json** file or the policy file in which you currently utilize for your organization.

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

### Step 2: Setup configuration folders

{% hint style="info" %}
If you currently have configuration folders setup for the user PCs in your organization, proceed to Step 3: Deploying the Keeper JSON Policy File.
{% endhint %}

On each PC, in your organization, that you would like to apply this policy on, you’ll need at least one folder to apply this policy.

1. If it does not already exist, create the directory structure, verbatim, as follows; `/etc/opt/chrome/policies/managed`and set the proper permissions for that directory.

![Creating managed policy directory via Linux GUI](/files/-MFr35MHCgFiBmh-vqUQ)

**OR** create your directory structure via command-line

```
mkdir /etc/opt/chrome/policies/managed
chmod -w /etc/opt/chrome/policies/managed
```

{% hint style="info" %}
The creation of this directory will most likely **NOT** be in the same directory as where Chrome is installed on the target Linux devices.  Ex:  My Chrome installed directory is /opt/google/chrome but my managed policy directory, in which my organization manages my Chrome install, is in the /etc/opt/chrome/policies/managed directory.
{% endhint %}

### Step 3: Deploying the Keeper JSON Policy File

Use your preferred method (utility or script) to push the **keeperbe.json** policy file and Chrome Browser to the target Linux devices in your organization.

* Push the **keeperbe.json** file to the `/etc/opt/chrome/policies/managed` directory on all target Linux devices in your network.
* Confirm that the files are in the correct directories on all the target Linux devices.

### Step 4: **Check Your Chrome Policies**

On a target client device, open Google Chrome and navigate to **chrome://policy** to see all policies that are applied.

![Successful KeeperFill Chrome Forced Install](/files/-MFr64UKcU4fXcKPIJ_g)

{% hint style="info" %}
You may need to select "Reload Policies" to apply this new policy to the target Linux devices.
{% endhint %}

![Reload Chrome Policies](/files/-MFr6x7iMcyt4WjVPnJi)

You may need to close and reopen Google Chrome before the new policies appear.


---

# Agent Instructions: 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.keeper.io/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/linux/json-policy-deployment-chrome.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.
