> 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/optional-deployment-tasks.md).

# オプションの展開タスク

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

### 未承認の拡張機能のインストールを防止

一般的なセキュリティ対策として、エンドユーザーによる未承認のサードパーティ製ブラウザ拡張機能のインストールを制限することを推奨します。権限の高いブラウザ拡張機能は、ウェブサイトやブラウザベースのアプリケーション内の情報にアクセスできる可能性があります。デバイス管理ソフトウェア側で、Keeperを許可し、未承認の拡張機能をブロックまたは削除してください。

### パスワードインポートツールの事前ロード

Keeperパスワードインポートツールは、通常ウェブボルトでアカウントを作成する際にユーザーがダウンロードします。エンドユーザーのデバイスへのアプリケーションインストールを許可していない場合は、以下のバイナリを事前に配置できます。

* パスワードインポートツール (Windows):\
  <https://keepersecurity.com/pwd_importer/win32/keeperimport.exe>
* パスワードインポートツール (Mac):\
  <https://keepersecurity.com/pwd_importer/Darwin/KeeperImport.zip>

### ブラウザ内蔵パスワードマネージャを無効にする

ウェブブラウザ内蔵の、安全性の低いパスワード保存機能を自動的に無効化したい場合は、以下の方法があります。

#### Chrome for Enterprise

グループポリシーでChromeブラウザを管理するには、**.adm**および\*\*.admx**ファイルを使用できます (**.admx\*\*は新しい.xml形式です)。Google WorkspaceおよびChrome Enterprise環境では、Google Cloudプラットフォーム経由で以下の方法を利用できます。

* [AD管理下のChrome](https://support.google.com/chrome/a/answer/187202?hl=ja): admおよびadmxファイルをGPOに統合
* [Chrome MacのポリシーおよびQuickstart](https://support.google.com/chrome/a/answer/7550274): JamfなどのMDMツール経由で配信
* [Chrome LinuxのポリシーおよびQuickstart](https://support.google.com/chrome/a/answer/9025903): IvantiなどのMDMツール経由で配信
* [Chrome Google Workspaceによる管理](https://support.google.com/chrome/a/answer/2657289?hl=ja): Google Workspace加入者向けのネイティブ管理
* [Chrome Enterpriseによる管理](https://cloud.google.com/chrome-enterprise/browser/download#chrome-browser-download): Windows、Mac、Linux向けのクラウドベース一元管理 (ディレクトリサービス非依存)

#### Mozilla Firefox for Enterprise

Chromeと同様に、Mozillaはグループポリシー用の\*\*.adm**および**.admx**ファイルを用意しています。Macでは**.pkg\*\*ファイルをJamfなどで管理し、Linuxでは `policies.json` ファイルを使用します。

* [Windows、Mac、Linux用のFirefoxドキュメント](https://support.mozilla.org/ja/products/firefox-enterprise)

#### Microsoft Edge for Business

Microsoft Edge for Businessは、WindowsおよびMacで利用できます。グループポリシーは、Windowsでは\*\*.adm**および**.admx**ファイル、Macでは**.plist\*\*で管理します。

* [Edge for Businessのダウンロード](https://www.microsoft.com/en-us/edge/business/download)

#### EdgeのInternet Explorerモード

新しいEdge for Businessでは、「Internet Explorerモード」が利用できます。組織内でIEブラウザが必要な場合は、このモードの使用を推奨します。


---

# 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/optional-deployment-tasks.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.
