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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Chrome Device Info Chrome Device Info
ID gbhbpcekmnphpkpkepfailabmnbfcdjb
官方網址 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"
    }
}