Deploying via GPO / Intune

Enterprise customers can mass-deploy SecurePresent to thousands of devices using Group Policy Objects (GPO), Microsoft Intune, or Jamf.

Step 1: Extension ID

You will need the Extension ID and Update URL for the Chrome Web Store policy:

  • Extension ID: kkjegkdejlkkgpjakfahggnpnjmjkpej
  • Update URL: https://clients2.google.com/service/update2/crx

Step 2: Force Installation

Google Admin Console:
Go to Devices > Chrome > Apps & extensions > Users & browsers. Click the yellow + button, select "Add from Chrome Web Store", enter the ID, and set "Installation policy" to Force install + pin.

Microsoft Intune:
Use an OMA-URI configuration profile to set ExtensionInstallForcelist.

Step 3: Pre-Configuring Settings (Managed Storage)

SecurePresent supports the storage.managed API. You can push a JSON configuration to pre-fill the Organization ID so users don't need to manually sign in.

{
  "organization_id": "YOUR_ORG_ID_HERE",
  "enforce_login": true,
  "default_policy": "strict"
}

You can find your Organization ID in the Admin Dashboard under "Overview".