PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
Apa itu PlatformKeys Test Extension?
PlatformKeys Test Extension adalah ekstensi Chrome yang dikembangkan oleh platformkeys-test-extension, dan fitur utamanya adalah "An extension to test the enterprise.platformKeys API.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PlatformKeys Test Extension
Unduh file ekstensi PlatformKeys Test Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
URL Resmi | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Deskripsi | An extension to test the enterprise.platformKeys API. |
Ukuran File | 181 KB |
Jumlah Instalasi | 217 |
Versi Saat Ini | 82 |
Terakhir Diperbarui | 2020-10-13 |
Tanggal Publikasi | 2019-09-30 |
Pengembang | platformkeys-test-extension |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 *" } |