Chrome Device Info
Shows detailed info about an enterprise enrolled Chrome device.
What is Chrome Device Info?
Chrome Device Info is a Chrome extension developed by Jay Lee, and its main feature is "Shows detailed info about an enterprise enrolled Chrome device.".
Extension Screenshots
Download Chrome Device Info Extension CRX File
Download Chrome Device Info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows detailed info about an enterprise enrolled Chrome device including model, serial number, MAC addresses org unit, user, location and asset ID. In order for this extension to work properly it must be force installed from the admin console to a managed user on a managed device.
Extension Basic Information
Name | |
ID | gbhbpcekmnphpkpkepfailabmnbfcdjb |
Official URL | https://chrome.google.com/webstore/detail/chrome-device-info/gbhbpcekmnphpkpkepfailabmnbfcdjb |
Description | Shows detailed info about an enterprise enrolled Chrome device. |
File Size | 22.58 KB |
Installation Count | 81,174 |
Current Version | 1.91 |
Last Updated | 2021-09-29 |
Publish Date | 2019-01-24 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Jay Lee |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jay0lee/cros-info |
Help Page URL | https://github.com/jay0lee/cros-info/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Device Info", "short_name": "Chrome Info", "description": "Shows detailed info about an enterprise enrolled Chrome device.", "version": "1.91", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Chrome Device Info" }, "minimum_chrome_version": "88", "permissions": [ "identity", "identity.email", "enterprise.deviceAttributes", "enterprise.networkingAttributes" ], "host_permissions": [ "https:\/\/cros-info.appspot.com\/*" ], "storage": { "managed_schema": "schema.json" } } |