PlatformKeys Test Extension

An extension to test the enterprise.platformKeys API.

什麼是PlatformKeys Test Extension?

PlatformKeys Test Extension是由platformkeys-test-extension開發的Chrome擴展程式,該擴展的主要功能是“An extension to test the enterprise.platformKeys API.”。

擴展截圖

screenshot

下載PlatformKeys Test Extension擴展crx文件

下載PlatformKeys Test Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 PlatformKeys Test Extension PlatformKeys Test Extension
ID hoppbgdeajkagempifacalpdapphfoai
官方網址 https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai
簡介 An extension to test the enterprise.platformKeys API.
檔案大小 181 KB
安裝次數 217
目前版本 82
更新時間 2020-10-13
上架時間 2019-09-30
開發者 platformkeys-test-extension
電子郵箱 [email protected]
付費類型 free
支援的語言 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 *"
}