> 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/windows/intune-edge.md).

# Intuneでの展開 - Edge

### 概要

Intuneを使用してKeeper Microsoft Edge拡張機能をユーザーに展開する手順です。

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

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

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

{% code fullWidth="true" %}

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

{% endcode %}

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

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

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

***

ポリシーが有効になりました。ユーザーがまだIntuneに登録していない場合は、管理対象デバイスへのサインイン時に登録を求められます。登録後、Keeperブラウザ拡張機能が自動的にインストールされます。

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

ユーザーのブラウザでEdge拡張機能をピン留めする手順です。

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

<figure><img src="/files/l0LmE6bVhY5HjJeJbzF9" 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/lksAW1xJnY3sgZGwhEcf" alt=""><figcaption></figcaption></figure>

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/jp/deploying-keeper-to-end-users/keeper-fill/windows/intune-edge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
