AI 产品解读Collects 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
- 目标用户
- 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.
付费分析未识别到付费功能
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.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- 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.
There is one major problem with this extension, which could make it perfect if that was fixed. This extension also works with Microsoft Edge and Brave browsers; however you cannot use those browsers if you have initially used it with Google Chrome or lated decide to use Chrome. The moment you use Chrome, it will break Edge and Brave, and you won't be able to use the extension. The only hack is to delete from Keychain, start over, and never use more than 1 browser, as long as you use just 1 browser it works, if you have 2 or more Chromium based browsers, it breaks. This is probably because of how Chrome saves the data in the local MacOS Keychain in a way that other browsers cannot use it. I guess an easy fix would be to have one keychain entry per browser, for example, the extension should know which browser it has, if it is chrome, append or prepend the word Chrome to the Keychain entry, so that each browser will have its own storage. It is already hard to deploy in an organization where many users still prefer Safari and Firefox, that are not supported, and this bug makes things really complicated for IT Teams to deploy this extension without having issues reported by users with multiple browsers.
We are a Google partner and use this for all our CEP projects, this works really well for us. We have had no issues with this on Windows and Mac.
Missing Incognito Support
This extension was working well and proper until today. Now it requires Chrome version 110. We run ChromeOS LTS branch 108 (which was the latest LTS branch up until 12 days ago when 114 was released on 09/23/2023). We have not updated all of our ChromeOS devices in our enterprise in just 12 days and now this extension was removed for lack of compatibility with 108 LTS already and broke a large number of our users with our only option for continued endpoint verification and context aware access is to push a full ChromeOS update to all of our users without proper testing/pilot
It does not properly detect on Ubuntu, even if the helper app is installed. The helper app does detect the stuff, but the extension is not able to pick up the information from the helper app.
Does not work for ubuntu 22.04. "Can't sync to ... acount"
tested many combinations, this addon seems to be causing regular freezes of google meet videos
Confussed - I get all this information listed in devices already without this installed.
Works great
Can't get this to work with most Macs. Even managed browser macs, this isn't reporting the device password setting properly. Defaulting to "no password", even when there is one.