Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
  • 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 → 

      Code Block
      languagejs
      {
          "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)

...