Setting up Chrome with Android Enterprise

You can deploy Google Chrome to Android Enterprise devices if you have set up Ivanti EPMM for Android Enterprise.

Add Chrome to the App Catalog on Ivanti EPMM as you would any Android Enterprise app. That is, in the Ivanti EPMM 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.

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

[{“toplevel_name”: “Ivanti bookmarks”}, {“url”: “http://ivanti.com“, “name”: “Ivanti”},

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

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

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