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
Eメール [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 *"
}