PlatformKeys Test Extension

An extension to test the enterprise.platformKeys API.

Was ist PlatformKeys Test Extension?

PlatformKeys Test Extension ist eine Chrome-Erweiterung, die von platformkeys-test-extension entwickelt wurde, und ihr Hauptmerkmal ist "An extension to test the enterprise.platformKeys API.".

Erweiterungsscreenshots

screenshot

PlatformKeys Test Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie PlatformKeys Test Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PlatformKeys Test Extension PlatformKeys Test Extension
ID hoppbgdeajkagempifacalpdapphfoai
Offizielle URL https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai
Beschreibung An extension to test the enterprise.platformKeys API.
Dateigröße 181 KB
Installationsanzahl 217
Aktuelle Version 82
Letztes Update 2020-10-13
Veröffentlichungsdatum 2019-09-30
Entwickler platformkeys-test-extension
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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 *"
}