> ## 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

In the Iru Endpoint admin console (e.g. [https://subdomain.iru.io](https://subdomain.iru.io)) navigate to the **Library** module and follow these steps.

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.

    <Frame>
      <img src="https://mintcdn.com/iru/NKSnzq9fKEdl088H/assets/media/images/Kandji-Support-KB-1217PM@2x(2).png?fit=max&auto=format&n=NKSnzq9fKEdl088H&q=85&s=986285e96eeccd3ffd1ab2dc1a88d9d5" alt="Google Chrome browser cloud management configuration showing policy or enrollment settings" width="2964" height="1718" data-path="assets/media/images/Kandji-Support-KB-1217PM@2x(2).png" />
    </Frame>
  </Step>

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

    <Frame>
      <img src="https://mintcdn.com/iru/eqrMRa098FywfIL4/assets/media/images/slhxot2hyccsb8xt5_08xbanv5kumxm45g(2).png?fit=max&auto=format&n=eqrMRa098FywfIL4&q=85&s=961f37d3000682164dc9c83596a8123a" alt="Google Chrome cloud management showing configuration or enrollment interface" width="2302" height="1452" data-path="assets/media/images/slhxot2hyccsb8xt5_08xbanv5kumxm45g(2).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.

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

<Steps>
  <Step title="Enable app configuration">
    Enable the **Set app configuration** option in the Google Chrome App Store App Library Item by clicking the checkbox.
  </Step>

  <Step title="Configure settings">
    Paste the contents from the template into the **Configuration dictionary** section and edit the values as needed for your organization.
  </Step>

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

    <Frame>
      <img src="https://mintcdn.com/iru/TrNeDzYbuegnhNyr/assets/media/images/nouaq16oa9dz0ae62eu4hzecvxzy6ziwag.png?fit=max&auto=format&n=TrNeDzYbuegnhNyr&q=85&s=62e098d03a5d7b49ed2bb6313ed832ae" alt="Google Chrome cloud management policy or enrollment Save" width="2896" height="1662" data-path="assets/media/images/nouaq16oa9dz0ae62eu4hzecvxzy6ziwag.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.
