Chromebook Device Info
Chromebook Device Information.
Что такое Chromebook Device Info?
Chromebook Device Info - это расширение Chrome, разработанное semalpatil, и его основная функция - "Chromebook Device Information.".
Снимки экрана расширения
Скачать файл CRX расширения Chromebook Device Info
Скачайте файлы расширений Chromebook Device Info в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |