Skip to content

Deploying Using Workspace ONE UEM for Chrome on Mac OS

  1. Log into the VMware Workspace ONE UEM management console.
  2. Go to Resources > Profiles & Baselines > Profiles > Add > Add Profile.
  3. Select Apple macOS > macOS.
  4. Configure the profile’s General Settings.
  5. Select Custom Settings > Configure.
  6. Paste the following payload:

    <?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>PayloadIdentifier</key>
        <string>org.extension.profiles.com.google.Chrome</string>
        <key>PayloadRemovalDisallowed</key>
        <false/>
        <key>PayloadScope</key>
        <string>User</string>
        <key>PayloadType</key>
        <string>Configuration</string>
        <key>PayloadUUID</key>
        <string>63a4d234-ff4e-46f0-bb59-68801ed918bb</string>
        <key>PayloadOrganization</key>
        <string>Savvy</string>
        <key>PayloadVersion</key>
        <integer>1</integer>
        <key>PayloadDisplayName</key>
        <string>Chrome Savvy Extension</string>
        <key>PayloadContent</key>
        <array>
          <dict>
            <key>PayloadType</key>
            <string>com.apple.ManagedClient.preferences</string>
            <key>PayloadVersion</key>
            <integer>2</integer>
            <key>PayloadIdentifier</key>
            <string>org.extension.profiles.com.google.Chrome.customsettings</string>
            <key>PayloadUUID</key>
            <string>eb004daf-4eae-4a69-be51-a77c6a0442ae</string>
            <key>PayloadEnabled</key>
            <true/>
            <key>PayloadDisplayName</key>
            <string>Google Chrome Preferences</string>
            <key>PayloadContent</key>
            <dict>
              <key>com.google.Chrome</key>
              <dict>
                <key>Forced</key>
                <array>
                  <dict>
                    <key>mcx_preference_settings</key>
                    <dict>
                      <key>ExtensionInstallForcelist</key>
                      <array>                                                             
    <string>ckdibgmbbhmafmjpjmknleccgcddanan;https://extension.savvy.security/update.xml</string>
                      </array>
                    </dict>
                  </dict>
                </array>
              </dict>
            </dict>
          </dict>
        </array>
      </dict>
    </plist>
    
  7. Select Save and Publish.

Documentation Feedback

Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.