# Enrolling a ChromeOS device

> Enroll ChromeOS devices into CapaInstaller, which requires the Google Admin Console.

Source: https://docs.capaone.com/capainstaller/installation-and-maintenance/getting-started-with-device-management/device-enrollment/enrolling-a-chromeos-device/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

# Introduction

The following is a description of how to enroll ChromeOS devices into CapaInstaller.

### Prerequisites

- It is assumed that the organization is using G-Suite (Google Admin Console), Otherwise, it will not be possible to bulk deploy the agent.

### Setup

- Login to G-Suite.
- Select Device → Chrome Management
- Choose Apps & Extensions
- Click the plus icon and add a new App by using the ID.
- Insert the following Extension ID: ipfeeklflncgeffflpdcknmidopfpagi
- Set the following setup for the app:
  - Permission and URL access → Allow all Permissions
  - Allowed hosts → \[Your MDM server url\] e.g. https://mdm.domain.com
  - Policy for Extensions →

    ```js
    {
        "mdmURL": {"Value": "https://mdm.domain.com"},
        "enrollmentConfig": {"Value": "default"}
    }
    ```

    mdmUrl → The MDM server URL

    enrollmentConfig → The Enrollment Identifier for the enrollment configuration to use
- Finally, You must select the Installation Policy for the App. ("Force install" recommended)
