PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
O que é PlatformKeys Test Extension?
PlatformKeys Test Extension é uma extensão do Chrome desenvolvida por platformkeys-test-extension, e sua principal característica é "An extension to test the enterprise.platformKeys API.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PlatformKeys Test Extension
Baixe arquivos de extensão PlatformKeys Test Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
URL Oficial | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Descrição | An extension to test the enterprise.platformKeys API. |
Tamanho do Arquivo | 181 KB |
Contagem de Instalações | 217 |
Versão Atual | 82 |
Última Atualização | 2020-10-13 |
Data de Publicação | 2019-09-30 |
Desenvolvedor | platformkeys-test-extension |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 *" } |