Chromebook Device Info

Chromebook Device Information.

Chromebook Device Info là gì?

Chromebook Device Info là một tiện ích mở rộng Chrome được phát triển bởi semalpatil, và tính năng chính của nó là "Chromebook Device Information.".

Ả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 Chromebook Device Info

Tải xuống các tệp mở rộng Chromebook 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

                        This extension displays all the possible device related information that is available to the extension. 
Added many more enterprise related properties in this new version.
This started more of an educational exercise, but due to feedback from active users, it looks like it is being used.
In the beginning main purpose of publishing this was to figure out how the chrome.enterprise.deviceAttributes really works. 
This setting only works if the extension is applied from a policy from GSuite. As there is no other way to test this setting without publishing, I created this small extensions that also displays all the possible info bits available for a non dev channel release.
Dev channel release has a couple of more info settings.                    

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

Tên Chromebook Device Info Chromebook Device Info
ID fonnndfldddonnmjebmnnhbkcpoiagmp
URL Chính Thức https://chrome.google.com/webstore/detail/chromebook-device-info/fonnndfldddonnmjebmnnhbkcpoiagmp
Mô tả Chromebook Device Information.
Kích Thước Tệp 6.65 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2018-02-14
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển semalpatil
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromebook Device Info",
    "short_name": "Chromebook Device Info",
    "description": "Chromebook Device Information.",
    "version": "3.1",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "128": "DI.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "system.storage",
        "system.cpu",
        "system.memory",
        "identity.email",
        "enterprise.deviceAttributes",
        "enterprise.hardwarePlatform",
        "enterprise.networkingAttributes"
    ]
}