PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
Vad är PlatformKeys Test Extension?
PlatformKeys Test Extension är en Chrome-tillägg utvecklad av platformkeys-test-extension, och dess huvudfunktion är "An extension to test the enterprise.platformKeys API.".
Tilläggsskärmbilder
Ladda ner PlatformKeys Test Extension-förlängningens CRX-fil
Ladda ner PlatformKeys Test Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
Officiell webbadress | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Beskrivning | An extension to test the enterprise.platformKeys API. |
Filstorlek | 181 KB |
Antal Installationer | 217 |
Aktuell Version | 82 |
Senast Uppdaterad | 2020-10-13 |
Publiceringsdatum | 2019-09-30 |
Utvecklare | platformkeys-test-extension |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 *" } |