# 使用 Intune 部署浏览器扩展

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/deploy-browser-extensions-with-intune/)
{% endhint %}

在业务环境中操作 Bitwarden 时，管理员可能希望借助 **Microsoft Intune** 向用户自动部署 Bitwarden 浏览器扩展。本文将介绍如何使用 Intune 将 Bitwarden Password Manager 浏览器扩展部署到您的终端设备。

## 获取扩展 ID 和更新 URL <a href="#get-extension-id-and-update-url" id="get-extension-id-and-update-url"></a>

要使用 Intune 部署 Bitwarden 浏览器扩展，您需要一个扩展 ID 和更新 URL。每种浏览器的标识符都不相同：

{% tabs %}
{% tab title="Chrome" %}

* 扩展 ID：`nngceckbapebfimnlniiiahkandclblb`
* 更新 URL：`https://clients2.google.com/service/update2/crx`
  {% endtab %}

{% tab title="Edge" %}

* 扩展 ID：`jbkfoedolllekgbhcbcoahefnbanhhlh`
* 更新 URL：`https://edge.microsoft.com/extensionwebstorebase/v1/crx`
  {% endtab %}
  {% endtabs %}

## 创建配置文件 <a href="#create-configuration-profile" id="create-configuration-profile"></a>

接下来，打开 Microsoft Intune 门户并完成以下步骤：

1、在 Intune 门户中，导航至**设备** → **配置**，然后选择**创建** → **新建策略**。

2、在「创建配置文件」窗口中：

* 选择一个**平台**（例如，**Windows 10 及更高版本**）。
* 从**配置文件类型**下拉菜单中，选择**设置目录**。

3、选择**创建**。

4、在下一个界面，为您的配置文件指定一个**名称**和**描述**，然后选择**下一步**。

5、在「配置设置」界面，选择**添加设置**。

6、在「设置选择器」中：

* 对于 Google Chrome 浏览器，搜索**配置强制安装的应用程序和扩展程序列表**，选择 **Google Chrome 浏览器扩展**类别，然后将该选项切换为开启。
* 对于 Microsoft Edge，搜索控制哪些扩展会被静默安装，选择 **Microsoft Edge/扩展**类别，然后将该选项切换为开启。

7、关闭「设置选择器」。

{% hint style="success" %}
在「设置选择器」中，您还可以停用许多网页浏览器内置的密码管理器。通常，对于 Chrome 或基于 Chromium 内核的浏览器（例如 Microsoft Edge），此设置的名称为**启用将密码保存到密码管理器**或类似名称。
{% endhint %}

8、仍然在「配置设置」界面，启用您选择的任何选项，并以 `<extension_id>;<update_url>` 格式输入获取到的扩展 ID 和更新 URL。

9、选择**下一步**。

10、在「范围标记」界面，输入希望应用于配置的任何范围，然后选择**下一步**。

11、在「分配」界面，将任何群组或用户添加到配置中，然后选择**下一步**。

12、在**审查 + 创建**界面，选择**创建**。


---

# 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://help.ppgg.in/docs/admin-console/deploy-client-apps/deploy-browser-extensions-with-intune.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.
