PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
Co to jest PlatformKeys Test Extension?
PlatformKeys Test Extension to rozszerzenie Chrome opracowane przez platformkeys-test-extension, a jego główną funkcją jest „An extension to test the enterprise.platformKeys API.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PlatformKeys Test Extension
Pobierz pliki rozszerzeń PlatformKeys Test Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
Oficjalny URL | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Opis | An extension to test the enterprise.platformKeys API. |
Rozmiar pliku | 181 KB |
Liczba instalacji | 217 |
Aktualna Wersja | 82 |
Ostatnia Aktualizacja | 2020-10-13 |
Data Publikacji | 2019-09-30 |
Deweloper | platformkeys-test-extension |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 *" } |