# Intune - Chrome

### 概要

1. Intuneポータル (<https://intune.microsoft.com/>) に移動します。
2. ポータルで **\[デバイス]** > **\[構成]** を選択します。
3. **\[デバイスの管理]** > **\[構成]** を選択します。
4. **\[ポリシー]** タブで、**\[作成]** > **\[新しいポリシー]** をクリックします。

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

5. **\[プラットフォーム]** で **\[Windows 10 以降]** を選択します。
6. **\[プロファイルの種類]** で **\[設定カタログ]** を選択し、**\[作成]** をクリックします。
7. 構成プロファイルの **\[名前]** を入力し、必要に応じて **\[説明]** を追加して **\[次へ]** をクリックします。
8. **\[構成設定]** タブで **\[+ 設定の追加]** を選択します。
9. 「Google Chrome」と検索し、**\[Google Chrome 拡張機能]** を選択して、下に表示される **\[強制インストールされるアプリと拡張機能の一覧を構成する]** を選択します。続行するには **\[次へ]** をクリックします。

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

10. **\[構成設定]** タブで、**\[強制インストールされるアプリと拡張機能の一覧を構成する]** オプションを有効にし、以下の内容を1行で貼り付けます。

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

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

11. **\[スコープ タグ]** および **\[割り当て]** タブで、適切なグループを指定し、**\[作成]** をクリックして完了します。**\[すべてのユーザー]** または特定のグループが割り当てられていることを確認します。
12. **\[デバイス]** > **\[構成プロファイル]** に戻り、**\[最新の情報に更新]** をクリックします。
13. 新しく作成したポリシーが一覧に表示されます。

<figure><img src="/files/1FPRDf2upyuKImLlvRRc" alt=""><figcaption></figcaption></figure>

***

ポリシーが有効となりました。メンバーがIntuneに登録していない場合は、管理対象デバイスにサインインするときに登録するように求められます。登録後、Keeperブラウザ拡張機能がGoogle Chromeに自動的にインストールされます。

## 拡張機能をピン留めする

ユーザーのブラウザーで Chrome 拡張機能をピン留めするには、次の手順を実行します。

1. **\[デバイス]** > **\[構成プロファイル]** で作成したポリシーをクリックします。
2. **\[構成設定]** で **\[編集]** を選択します。
3. **\[+ 設定の追加]** をクリックし、「Google Chrome」と検索して **\[Google Chrome 拡張機能]** を選択し、サブカテゴリの **\[拡張機能の管理設定]** を選択します。

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

4. このオプションを選択したらウィンドウを閉じ、**\[構成設定]** タブで **\[拡張機能の管理設定を構成する]** を有効にし、下の JSON をボックスに貼り付けます。

{% 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/OBAubJPPovEUkJVDDI1t" alt=""><figcaption></figcaption></figure>

5. **\[確認して保存]** を選択し、設定を保存します。


---

# 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/windows/intune-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.
