PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
What is PlatformKeys Test Extension?
PlatformKeys Test Extension is a Chrome extension developed by platformkeys-test-extension, and its main feature is "An extension to test the enterprise.platformKeys API.".
Extension Screenshots
Download PlatformKeys Test Extension Extension CRX File
Download PlatformKeys Test Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
Official URL | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Description | An extension to test the enterprise.platformKeys API. |
File Size | 181 KB |
Installation Count | 217 |
Current Version | 82 |
Last Updated | 2020-10-13 |
Publish Date | 2019-09-30 |
Developer | platformkeys-test-extension |
[email protected] | |
Payment Type | free |
Supported Languages | 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 *" } |