Chrome Device Info
Shows detailed info about an enterprise enrolled Chrome device.
什么是Chrome Device Info?
Chrome Device Info是由Jay Lee开发的Chrome扩展程序,该扩展的主要功能是“Shows detailed info about an enterprise enrolled Chrome device.”。
扩展截图
下载Chrome Device Info扩展crx文件
下载Chrome Device Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | gbhbpcekmnphpkpkepfailabmnbfcdjb |
官方URL | https://chrome.google.com/webstore/detail/chrome-device-info/gbhbpcekmnphpkpkepfailabmnbfcdjb |
简介 | Shows detailed info about an enterprise enrolled Chrome device. |
文件大小 | 22.58 KB |
安装次数 | 81,174 |
当前版本 | 1.91 |
更新时间 | 2021-09-29 |
上架时间 | 2019-01-24 |
评分 | 2.33/5 共3次评分 |
开发者 | Jay Lee |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jay0lee/cros-info |
帮助页面URL | https://github.com/jay0lee/cros-info/issues |
支持的语言 | 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" } } |