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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}