Google Chrome Browser Cloud Management

You can use Kandji to enroll the Google Chrome browser into Chrome Browser Cloud Management on macOS. This will allow you to set bookmarks, allow extensions, and manage other settings in Google Chrome. 

You can manage the browser on a computer using Google's Chrome Browser Cloud Management by delivering a configuration profile that contains a cloud management enrollment token from Google. This token will direct Google Chrome to allow management by the associated organization.

Begin setup by following the instructions in the Chrome Browser Cloud Management support guide.

Once you have completed the setup in Google Admin, you will need to generate an enrollment token in Google. This token is used in the Custom Profile uploaded to Kandji

  1. Download the configuration profile template.

  2. Open the template in a text editor of your choice.

  3. Replace XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX in line 25 with your Cloud Management Enrollment Token generated above.

  4. Save the file locally.

In the Kandji admin console (e.g. https://subdomain..io) navigate to the Library module and follow these steps.

  1. Click + Add New to open the list of potential new items.

  2. Click Custom Profile and click Add & Configure+ to create a new profile.

  3. Give your profile a name.

  4. Assign the profile to your desired Blueprints.

  5. Set the device family to Mac.

  6. Optionally, configure Assignment Rules. 

  7. Upload your .mobileconfig file. 

  8. Click Save.

iOS and iPadOS devices can use AppConfig for Google Chrome and customize it for your organization.

<dict>
<key>CloudManagementEnrollmentToken</key>
<string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
</dict>
Bash
  1. Enable the Set app configuration option in the Google Chrome App Store App Library Item by clicking the checkbox.

  2. Paste the contents from the template into the Configuration dictionary section and edit the values as needed for your organization.

  3. Click Save when completed. 

To unenroll a Chrome Browser, please reference the Unenroll a Device section of Google's Chrome Browser Cloud Management Documentation.