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

# JSONポリシーの展開 - Chrome

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

## JSONポリシーによるKeeper Chromeブラウザ拡張機能の展開

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

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

または、コマンドラインで**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に進んでください。
{% 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/taxbK7Iw5WWK91ZkCaR2)

{% hint style="info" %}
新しいポリシーを反映するには、**\[ポリシーを再読み込み]** をクリックする必要がある場合があります。
{% endhint %}

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

新しいポリシーが表示されない場合は、Google Chromeを閉じてから開き直してください。


---

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