Setting up Chrome with Android enterprise

You can deploy Google Chrome to Android enterprise devices if you have set up MobileIron Core for Android enterprise.

Add Chrome to the App Catalog on Core as you would any Android enterprise app. That is, in the Admin Portal, in Apps > App Catalog, add Gmail from Google Play. When adding it, be sure to select Install this app for Android enterprise.

When you add the Chrome app, its app configurations are displayed in the Configuration Choices section. Google documents these settings at https://www.chromium.org/administrators/policy-list-3.

NOTE: The value of the ManagedBookmarks configuration must be in JSON format. For example:

[{“toplevel_name”: “MobileIron bookmarks”}, {“url”: “http://mobileiron.com“, “name”: “MobileIron”},

{“url”: “youtube.com”, “name”: “Youtube”}, {“name”: “Chrome links”,

“children”: [{“url”: “chromium.org”, “name”: “Chromium”},

{“url”: “dev.chromium.org”, “name”: “Chromium Developers”}]}]