Chromebook Device Info
Chromebook Device Information.
Chromebook Device Info란 무엇입니까?
Chromebook Device Info은(는) semalpatil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chromebook Device Information."입니다.
확장 프로그램 스크린샷
Chromebook Device Info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | fonnndfldddonnmjebmnnhbkcpoiagmp |
공식 URL | https://chrome.google.com/webstore/detail/chromebook-device-info/fonnndfldddonnmjebmnnhbkcpoiagmp |
설명 | Chromebook Device Information. |
파일 크기 | 6.65 KB |
설치 횟수 | 1,000 |
현재 버전 | 3.1 |
최근 업데이트 | 2021-11-01 |
출시 날짜 | 2018-02-14 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | semalpatil |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |