---
title: "Deploy Whatfix Extension as a Microsoft Intune Policy on MacOS devices"
slug: "deploy-whatfix-extension-as-microsoft-intune-policy-on-macos-devices"
updated: 2025-07-01T08:50:35Z
published: 2025-07-01T08:50:35Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Whatfix Extension as a Microsoft Intune Policy on MacOS devices

Microsoft Intune enables you to install the Whatfix extension on MacOS devices using a Preference List. A Preference List contains settings and custom configurations that are personalized for a software application, website, operating system, or service. In this case, the custom configurations to deploy Whatfix extensions on MacOS devices.

> [!WARNING]
> Note:
> 
> You must complete the following prerequisites before you can install Whatfix extension on MacOS devices:
> 
> - [Add users](https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/users-add) and [groups](https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/groups-add).
> - [Assign licenses to users](https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/licenses-assign).
> - [Set mobile device management authority](https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/mdm-authority-set).
> - [Set up Apple MDM push (APNs) certificate](https://learn.microsoft.com/en-us/intune/intune-service/enrollment/apple-mdm-push-certificate-get).
> 
> 
> 
> The following steps show how you can install the Whatfix Extension on the Chrome browser.

Use the following steps to install the Whatfix Extension on MacOS devices:

1. Log in to the **Microsoft Intune Admin Center**.

1. On the **Home** page, click **Devices**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-1GNIR6D1.png)

1. Click **macOS**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-W4CX6WHN.png)

1. Click **Configuration.** ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-5SWUZZV6.png)

1. In the **Create** dropdown, select **New Policy**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-P2HUTC51.png)

1. In the **Profile type** dropdown, select **Templates**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-SVZZXW6Z.png)

1. In the **Template name** section, select **Preference file.** ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-F2JVZ4Q4.png)

1. Click **Create**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-91W4DSX6.png)

1. Enter a **Name** and **Description** for the installation. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-DU0CN2TI.png)

1. Click **Next**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-KLBV9047.png)

1. In the **Preference domain name**field, enter the following domain: `com.google.Chrome`. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-0UDXUH95.png)

> [!NOTE]
> Info:
> 
> If you want to install your Whatfix extension on the Microsoft Edge browser, enter the following domain: `com.microsoft.Edge`.

1. Click the **file** icon in the Property list file field and upload the xml file that contains the installation commands.

![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-IDMCBGKR.png)

> [!NOTE]
> Info:
> 
> Here’s an example code from an xml file that contains commands to install the Whatfix extension from the Whatfix Store or Google Chrome Store:
> 
> ```plaintext
> <key>ExtensionInstallForcelist</key>
> <array>
> <string><Extension_ID>;https://addons.whatfix.com/whatfix-store/chrome/<Extension_ID>/update.xml</string>
> <string><Extension_ID>;https://addons.whatfix.com/whatfix-store/chrome/<Extension_ID>/update.xml</string>
> <string><Extension_ID>;https://clients2.google.com/service/update2/crx</string>
> </array>
> ```

1. Click **Next**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-KLBV9047.png)

1. In the **Assignments** tab, click **Add groups**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-7A3B1U1Y.png)

1. Search and click the group(s) for which you want to install the extension. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-TYSZE77O.png)

1. Click **Select**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-S5LZ82QI.png)

1. Click **Next**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-KLBV9047.png)

1. In the **Review + create** tab, review the App information, and then click **Create**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image-PKANU17F.png)

> [!NOTE]
> Info:
> 
> The Policy is then installed on the selected end users’ devices and the specified browser.
