Chrome Device Info

Shows detailed info about an enterprise enrolled Chrome device.

Chrome Device Info là gì?

Chrome Device Info là một tiện ích mở rộng Chrome được phát triển bởi Jay Lee, và tính năng chính của nó là "Shows detailed info about an enterprise enrolled Chrome device.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Device Info

Tải xuống các tệp mở rộng Chrome Device Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Device Info Chrome Device Info
ID gbhbpcekmnphpkpkepfailabmnbfcdjb
URL Chính Thức https://chrome.google.com/webstore/detail/chrome-device-info/gbhbpcekmnphpkpkepfailabmnbfcdjb
Mô tả Shows detailed info about an enterprise enrolled Chrome device.
Kích Thước Tệp 22.58 KB
Số Lần Cài Đặt 81,174
Phiên Bản Hiện Tại 1.91
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2019-01-24
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jay Lee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jay0lee/cros-info
URL Trang Trợ Giúp https://github.com/jay0lee/cros-info/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}