Deploying via GPO / Intune
Automate installation and authentication for thousands of devices using Microsoft Intune, Google Admin Console, or Jamf.
Step 1: Force Install the Extension
Configure your MDM policy to silently install the extension on all employee browsers.
Google Admin: Devices > Chrome > Apps & extensions > "Force install + pin".
Intune: Use the ExtensionInstallForcelist OMA-URI.
Step 2: Zero-Touch Authentication
To ensure users are logged in automatically without typing passwords, configure a Managed Bookmark or Startup Page policy that points to our "Magic Login" URL.
The Magic URL Pattern
Use the variables provided by your MDM to inject the user's specific email address. This hints to Microsoft/Google exactly who is logging in, bypassing the "Pick an account" screen.
https://securepresent.com/login-ext?auto=azure&hint={{UserPrincipalName}}https://securepresent.com/login-ext?auto=google&hint=${user_email}Step 3: Policy Configuration (JSON)
SecurePresent supports the Chrome Managed Storage API. Push this JSON blob to pre-configure the extension with your Organization ID.
{
"organization_id": "YOUR_ORG_ID_HERE",
"enforce_login": true,
"default_policy": "strict"
}You can find your specific Organization ID in the Admin Dashboard Overview.