PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
Что такое PlatformKeys Test Extension?
PlatformKeys Test Extension - это расширение Chrome, разработанное platformkeys-test-extension, и его основная функция - "An extension to test the enterprise.platformKeys API.".
Снимки экрана расширения
Скачать файл CRX расширения PlatformKeys Test Extension
Скачайте файлы расширений PlatformKeys Test Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A test extension for testing the chrome.enterprise.platformKeys/chrome.certificateProvider Extensions APIs. ***NOTE*** This extension is intended to be used only by Chromium engineers. Please do *NOT* use the extension if you don't work on the Chromium project and don't have the knowledge about how these Extensions APIs work. In order to use the extension, navigate to the following URL: chrome-extension://hoppbgdeajkagempifacalpdapphfoai/main.html
Основная информация о расширении
Название | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
Официальный URL | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Описание | An extension to test the enterprise.platformKeys API. |
Размер файла | 181 KB |
Количество установок | 217 |
Текущая Версия | 82 |
Последнее Обновление | 2020-10-13 |
Дата публикации | 2019-09-30 |
Разработчик | platformkeys-test-extension |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlatformKeys Test Extension", "description": "An extension to test the enterprise.platformKeys API.", "permissions": [ "platformKeys", "enterprise.platformKeys", "certificateProvider" ], "icons": { "128": "CE_icon.png" }, "web_accessible_resources": [ "main.html" ], "version": "82", "content_security_policy": "default-src 'none'; script-src 'self' ; style-src 'self' ; connect-src *" } |