Last updated: July 24, 2026
Enroll Chrome browsers into Chrome Enterprise cloud management via ManageEngine MDM on macOS, iOS, and Android by generating an enrollment token from the Google Admin console and deploying it through configuration profiles on macOS or app configurations on iOS and Android.
Enrolling Chrome Browser in Chrome Enterprise using ManageEngine MDM on macOS involves creating a custom configuration profile and pushing the token file to your managed devices. Here's a general guide on how to do it:
<?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>PayloadContent</key><array> <dict> <key>CloudManagementEnrollmentToken</key> <string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string> <key>CloudManagementEnrollmentMandatory</key> <true/> <key>PayloadEnabled</key> <true/> <key>PayloadDisplayName</key> <string>Chrome Browser Settings</string> <key>PayloadIdentifier</key> <string>com.google.Chrome.5F15308F-877A-4F25-916B-948E771D8128</string> <key>PayloadUUID</key> <string>8EBD3676-7C77-4FEE-9E78-C00EA0A0B5C3</string> <key>PayloadType</key> <string>com.google.Chrome</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array><key>PayloadDisplayName</key><string>ChromeEnrollmentConfig</string><key>PayloadIdentifier</key><string>E85645C9-C397-43C7-92B0-0ED10A258025</string><key>PayloadRemovalDisallowed</key><false/><key>PayloadType</key><string>Configuration</string><key>PayloadUUID</key><string>044C99C9-0016-4963-A599-1974F7EC6B39</string><key>PayloadVersion</key><integer>1</integer></dict></plist>
Enrolling Chrome Browser in Chrome Enterprise using ManageEngine MDM on iOS involves modifying the app configurations and pushing the token file to your managed devices. Here's a general guide on how to do it:
<?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>CloudManagementEnrollmentToken</key> <string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string></dict></plist>
Enrolling Chrome Browser in Chrome Enterprise using ManageEngine MDM on Android involves modifying the app configurations and pushing the token file to your managed devices. Here's a general guide on how to do it:
Sign in to your Google Admin console as an administrator, go to Devices > Chrome > Managed browsers (or Chrome browser > Managed browsers if you signed up for Chrome Browser Cloud Management), click enroll, then copy the enrollment token to your clipboard.
Create a configuration profile under Device Management > Profiles containing a CloudManagementEnrollmentToken custom configuration with the enrollment token, then deploy the profile to your managed macOS devices.
Find the Chrome app in the App Repository, add the enrollment token through its App Configurations to specify the token file, then deploy the configuration profile to your managed iOS devices.
Add the Chrome app to the App Repository, then paste the enrollment token generated from the Google Admin console into the app's configurations and save.