Chromebook Device Info
Chromebook Device Information.
Was ist Chromebook Device Info?
Chromebook Device Info ist eine Chrome-Erweiterung, die von semalpatil entwickelt wurde, und ihr Hauptmerkmal ist "Chromebook Device Information.".
Erweiterungsscreenshots
Chromebook Device Info-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chromebook Device Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fonnndfldddonnmjebmnnhbkcpoiagmp |
Offizielle URL | https://chrome.google.com/webstore/detail/chromebook-device-info/fonnndfldddonnmjebmnnhbkcpoiagmp |
Beschreibung | Chromebook Device Information. |
Dateigröße | 6.65 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 3.1 |
Letztes Update | 2021-11-01 |
Veröffentlichungsdatum | 2018-02-14 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | semalpatil |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |