Chrome Device Info

Shows detailed info about an enterprise enrolled Chrome device.

Co to jest Chrome Device Info?

Chrome Device Info to rozszerzenie Chrome opracowane przez Jay Lee, a jego główną funkcją jest „Shows detailed info about an enterprise enrolled Chrome device.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Device Info

Pobierz pliki rozszerzeń Chrome Device Info w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Device Info Chrome Device Info
ID gbhbpcekmnphpkpkepfailabmnbfcdjb
Oficjalny URL https://chrome.google.com/webstore/detail/chrome-device-info/gbhbpcekmnphpkpkepfailabmnbfcdjb
Opis Shows detailed info about an enterprise enrolled Chrome device.
Rozmiar pliku 22.58 KB
Liczba instalacji 81,174
Aktualna Wersja 1.91
Ostatnia Aktualizacja 2021-09-29
Data Publikacji 2019-01-24
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper Jay Lee
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jay0lee/cros-info
Adres URL Strony Pomocy https://github.com/jay0lee/cros-info/issues
Obsługiwane Języki 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"
    }
}