AI product readCollects and reports device endpoint information (OS, serial number, MAC address, device model, hostname, disk encryption, screen lock status, antivirus) to Google Workspace for enterprise administrators to monitor and manage.
Enables Google Workspace administrators to maintain visibility into the security posture of managed devices (laptops and desktops) by automatically collecting and syncing device metadata to the Google Admin console.
The extension is typically force-installed by a Google Workspace administrator via enterprise policy. Once installed, it automatically collects device information (OS, hardware identifiers, security posture) and syncs this data to Google's SecureConnect backend APIs. End users sign into their Google work/school account, and the extension periodically reports device status. Administrators can then view this information in the Google Workspace Admin console for compliance and security monitoring.
Device information collection (OS version, serial number, MAC address, model, hostname)Sync device security status (disk encryption, screen lock, antivirus detection)Enterprise certificate management and device attestationVerified Access API integration for device trust verificationNative messaging helper for deep OS-level device data collectionAutomatic periodic sync with configurable schedule
- Target users
- Google Workspace enterprise administrators / IT administrators managing corporate devices / End users on enterprise-managed devices (required by admin)
- The background_service_worker.js is very large (19,742 lines) and minified, making full manual review impractical; focused on key sections near relevant line numbers.
- Cannot verify the native helper binary (com.google.endpoint_verification.api_helper) as it is not included in the extension package.
MonetizationNo paid features detected
The initial heuristic detected 'subscribe', 'upgrade', and 'license' keywords, but these are all false positives. 'subscribe' is used for event observer pattern (e.g., subscribing to sync state changes, account updates). 'upgrade' is used for Material Design Lite DOM component upgrading (componentHandler.upgradeDom). 'license' appears only as @license code comments. 'pro' matches are from 'prototype', 'protecting', 'proper', etc. There is no evidence of payment UI, billing APIs, premium feature gating, Stripe/payment processors, or subscription models. The extension is a free Google Workspace enterprise admin tool.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Needs review
- Reason
- The extension explicitly requires the user to be logged into a Google work or school account. The popup shows a signin view ('signin-view') when no accounts are present with the message 'requires you to be logged into your work or school account.' (messages.json line 18-19). An 'Add account' button redirects to https://accounts.google.com/addsession. The manifest declares OAuth2 with Google client_id and cloud-platform scope. The extension uses chrome.identity.getAuthToken and chrome.identity.getProfileUserInfo to authenticate.
Conflict