# JSONポリシーの展開 - Chrome

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

## JSONポリシーを介してKeeper Chromeブラウザ拡張機能を展開

### 手順 1: Keeper JSONポリシー構成ファイルの作成

1. Keeperブラウザ拡張機能を組織内のすべてのPCに展開するためのJSONポリシーファイルがまだ作成されていない場合は、KeeperのJSONポリシーファイルを/tmpなどの任意の場所に作成し、名前を**keeperbe.json**にします。

<figure><img src="/files/Kt4T1dALPpuDtEL1kLX9" alt=""><figcaption><p>Linux GUIを利用してkeeperbe.jsonファイルを作成する</p></figcaption></figure>

または、コマンドラインから**keeperbe.json**ファイルを作成します。

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

2. 以下の内容をコピーして、任意のエディタを使用して**keeperbe.json**ファイルまたは組織で現在使用中のポリシーファイルに貼り付けて保存します。

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

### 手順 2: 構成フォルダのセットアップ

{% hint style="info" %}
組織内のユーザーPC向けに構成フォルダがセットアップされている場合、「手順 3: Keeper JSONポリシーファイルを展開」にお進み下さい。
{% endhint %}

このポリシーを適用する組織内の各PCには、このポリシーを適用するためのフォルダが1つ以上必要となります。

1. まだ存在しない場合、`/etc/opt/chrome/policies/managed`というディレクトリ構造を作成し、そのディレクトリに対して適切な権限を設定します。

![Linux GUIを利用した管理ポリシーディレクトリの作成](/files/PMwRB3J7pplyIxOYLquc)

または、コマンドラインを使用してディレクトリ構造を作成します。

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

{% hint style="info" %}
作成したディレクトリと、対象のLinuxデバイスのChromeがインストールされているディレクトリは同じでない可能性があります。例えば、ユーザーのChromeのインストールディレクトリは/opt/google/chromeですが、組織がユーザーのChromeインストールを管理する管理ポリシーディレクトリは/etc/opt/chrome/policies/managedにある場合などです。
{% endhint %}

### 手順 3: Keeper JSONポリシーファイルを展開

任意の方法 (ユーティリティまたはスクリプト) を使用して、**keeperbe.json**ポリシーファイルとChromeブラウザを組織内の対象のLinuxデバイスにプッシュします。

* ネットワーク上のすべての対象Linuxデバイスの`/etc/opt/chrome/policies/managed`ディレクトリに**keeperbe.json**ファイルをプッシュします。
* すべての対象Linuxデバイスで、ファイルが適切なディレクトリにあることを確認します。

### 手順 4: **Chromeポリシーを確認する**

適用されているすべてのポリシーを確認するには、対象のクライアントデバイスでGoogle Chromeを開き、**chrome://policy**に移動します。

![KeeperFill Chromeの強制インストールの成功](/files/4Acd2hsOwBmWayRGgpY0)

{% hint style="info" %}
新しいポリシーを対象のLinuxデバイスに適用するには、**\[ポリシーを再読み込み]**&#x3092;クリックします。
{% endhint %}

![Chromeポリシーの再読み込み](/files/UNXG5MKoa0meqLRfp0R7)

新しいポリシーを表示するには、Google Chromeを閉じてから開き直す必要があります。


---

# 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/jp/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.
