> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Chrome Browser Cloud Management

> Enroll Google Chrome into Browser Cloud Management on Mac using Iru Endpoint. Deploy enrollment tokens, manage extensions, bookmarks, and browser policies.

<Callout icon="apple" color="#B84A7A" iconType="regular">This guide applies to Mac computers</Callout>

You can use Iru Endpoint 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.

### Chrome Browser Cloud Management

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.

### Set Up Cloud Management

Begin setup by following the instructions in the [Chrome Browser Cloud Management support guide](https://support.google.com/chrome/a/answer/9116814).

### Generate a New Cloud Management Enrollment Token

Once you have completed the setup in Google Admin, you will need to [generate an enrollment token](https://support.google.com/chrome/a/answer/9301891) in Google. This token is used in the Custom Profile uploaded to Iru Endpoint.

### Modify the Configuration Profile Template with Your Enrollment Token

<Steps>
  <Step title="Download Configuration Template">
    Download the [configuration profile template](https://github.com/google/ChromeBrowserEnterprise/blob/main/mobile/ChromeBrowserCloudManagement.mobileconfig).
  </Step>

  <Step title="Open Template in Text Editor">
    Open the template in a text editor of your choice.
  </Step>

  <Step title="Replace Enrollment Token">
    Replace XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX in line 25 with your **Cloud Management Enrollment Token** generated above.
  </Step>

  <Step title="Save Configuration File">
    Save the file locally with a descriptive name.
  </Step>
</Steps>

### Create a Custom Profile in Iru Endpoint

To add this Library Item to your Iru Endpoint Library, follow the steps outlined in the [Library Overview](/en/endpoint/library/library-items-profiles/library-overview) article.

<Steps>
  <Step title="Name the profile">
    Give your profile a name.
  </Step>

  <Step title="Set device family">
    Set the device family to Mac.
  </Step>

  <Step title="Assign to Blueprints">
    Assign the profile to your desired Blueprints.
  </Step>

  <Step title="Upload configuration file">
    Upload your .mobileconfig file.

    <Frame>
      <img src="https://mintcdn.com/iru/gptx2MM5S_bBcDGe/assets/media/images/iru-chrome-browser-cloud-management-profile.png?fit=max&auto=format&n=gptx2MM5S_bBcDGe&q=85&s=d399e05adeb60d271c3b9e33f0506887" alt="Google Chrome cloud management showing configuration or enrollment interface" width="2012" height="1642" data-path="assets/media/images/iru-chrome-browser-cloud-management-profile.png" />
    </Frame>
  </Step>

  <Step title="Save profile">
    Click **Save**.
  </Step>
</Steps>

### Using iOS AppConfig

iOS and iPadOS devices can use [AppConfig](/en/endpoint/library/library-items-profiles/using-appconfig) for Google Chrome and customize it for your organization.

Before you configure AppConfig, acquire licenses for the **Google Chrome** App Store app. Follow the instructions to [add apps from Apps and Books to Iru Endpoint](/en/endpoint/settings/apple-integrations/add-apps-from-apps-and-books-to-iru-endpoint), and search for Google Chrome in Apple Business or Apple School Manager. Acquire enough licenses for each iOS and iPadOS device you want to manage.

Then open the **Google Chrome** App Store App Library Item and add this AppConfig dictionary:

```
<dict>
<key>CloudManagementEnrollmentToken</key>
<string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string>
</dict>
```

<Steps>
  <Step title="Enable app configuration">
    Scroll to the bottom of the Library Item, and select **Set app configuration**.
  </Step>

  <Step title="Configure settings">
    Paste the dictionary into the **Configuration dictionary** section and replace `XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX` with your **Cloud Management Enrollment Token**.
  </Step>

  <Step title="Save configuration">
    Click **Save**.

    <Frame>
      <img src="https://mintcdn.com/iru/gptx2MM5S_bBcDGe/assets/media/images/iru-chrome-browser-cloud-management-app-config.png?fit=max&auto=format&n=gptx2MM5S_bBcDGe&q=85&s=75d3320fd21f7b3b085ef1689704e50d" alt="Google Chrome cloud management policy or enrollment Save" width="2022" height="1208" data-path="assets/media/images/iru-chrome-browser-cloud-management-app-config.png" />
    </Frame>
  </Step>
</Steps>

### Removing Chrome Browser Cloud Management

To unenroll a Chrome Browser, please reference the [Unenroll a Device section](https://arc.net/l/quote/nrkujybb) of Google's Chrome Browser Cloud Management Documentation.
