# Intune - Edge

## 概要

以下は、Intuneを使用してMicrosoft EdgeにKeeperブラウザ拡張機能をユーザーに展開する手順です。

1. Intune ポータル (<https://intune.microsoft.com/>) に移動します。
2. ポータルで **\[デバイス]** > **\[構成プロファイル]** を選択します。
3. **\[デバイスの管理]** > **\[構成プロファイル]** を選択します。
4. **\[ポリシー]** タブで、**\[作成]** > **\[新しいポリシー]** をクリックします。
5. **\[プラットフォーム]** で **\[Windows 10 以降]** を選択します。
6. **\[プロファイルの種類]** で **\[設定カタログ]** を選択し、**\[作成]** をクリックします。
7. 構成プロファイルの **\[名前]** を入力し、必要に応じて **\[説明]** を追加して **\[次へ]** をクリックします。
8. **\[構成設定]** タブで **\[+ 設定の追加]** を選択します。
9. 「Microsoft Edge\拡張機能」と検索し、**\[拡張機能をサイレントでインストールする管理]** を選択して、**\[次へ]** をクリックします。

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

10. **\[構成設定]** タブで、**\[拡張機能をサイレントでインストールする管理]** オプションを有効にし、以下の内容を1行で貼り付けます。

```
lfochlioelphaglamdcakfjemolpichk;https://edge.microsoft.com/extensionwebstorebase/v1/crx
```

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

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

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

***

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

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

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

1. **\[デバイス]** > **\[構成プロファイル]** で作成したポリシーをクリックします。
2. **\[構成設定]** で **\[編集]** を選択します。
3. **\[+ 設定の追加]** をクリックし、**\[Microsoft Edge\拡張機能]** の中にある **\[拡張機能の管理設定を構成する]** を選択します。

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

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

{% code overflow="wrap" %}

```json
{"lfochlioelphaglamdcakfjemolpichk":{"installation_mode":"force_installed","toolbar_state":"force_shown","update_url":"https://edge.microsoft.com/extensionwebstorebase/v1/crx"}}
```

{% endcode %}

<figure><img src="/files/2HK4gBSvHwUktrHKyvNo" 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-edge.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.
