---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/it-service-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Enable DEX browser extension on multiple macOS devices

# Enable DEX browser extension on multiple macOS devices {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Deploy the DEX browser extension to all your organization's employees using Jamf.

## Before you begin

Obtain the DEX browser extension ID.

Role required: admin

## About this task

The following procedure describes how to deploy the DEX browser extension on multiple devices using Jamf. Your organization might have a different method to accomplish this task.

## Procedure

1. Create a configuration profile in Jamf.
   1. Navigate to ComputersConfiguration Profiles.
   2. Select New.
   3. In the General tab of the new profile form, provide a meaningful name.
   4. In the Application \& Custom Settings tab, select UploadAdd.
   5. Under Preference Domain, enter <kbd class="ph userinput">com.google.chrome</kbd>.
   6. Under Property List, copy and paste the following code block.  

          <?xml version="1.0" encoding="UTF-8"?>
          <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
          <plist version="1.0">
            <dict>
              <key>ExtensionSettings</key>
              <dict>
                <key>egjklpkeefoaknigleepliepdbonpbehc</key>
                <dict>
                <key>installation_mode</key>
                <string>force_installed</string>
                <key>update_url</key>
                <string>http://clients2.google.com/service/update2/crx%22</string>
                <key>toolbar_pin</key>
                <string>force_pinned</string>
                </dict>
              </dict>
            </dict>
          </plist>

   {#enable-dex-extension-bulk-macos__substeps_vmf_t4y_1hc}
2. Push the configuration file to your end-user devices.
   1. In the Scope tab of the configuration profile form, select Add.
   2. Add your target computers or computer groups.
   3. Select Done, then select Save.
   {#enable-dex-extension-bulk-macos__substeps_cn5_kry_1hc}
3. Validate the installation.
   * Apple system: Navigate to System SettingsPrivacy and SecurityProfiles.
   * Terminal: Enter the command `cd /Library/Managed\ Preferences` to navigate to the managed preferences folder and verify that the `com.google.Chrome.plist` file is present.
   * End-user device: Open Google Chrome and navigate to the `chrome://extensions` page.
   {#enable-dex-extension-bulk-macos__choices_dvx_csy_1hc}

*[\>]: and then


