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
官方URL 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 *"
}