PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
Cos'è PlatformKeys Test Extension?
PlatformKeys Test Extension è un'estensione di Chrome sviluppata da platformkeys-test-extension, e la sua funzione principale è "An extension to test the enterprise.platformKeys API.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PlatformKeys Test Extension
Scarica i file di estensione PlatformKeys Test Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
URL Ufficiale | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Descrizione | An extension to test the enterprise.platformKeys API. |
Dimensione del File | 181 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 82 |
Ultimo Aggiornamento | 2020-10-13 |
Data di Pubblicazione | 2019-09-30 |
Sviluppatore | platformkeys-test-extension |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 *" } |