PlatformKeys Test Extension

An extension to test the enterprise.platformKeys API.

Wat is PlatformKeys Test Extension?

PlatformKeys Test Extension is een Chrome-extensie ontwikkeld door platformkeys-test-extension, en de belangrijkste functie is "An extension to test the enterprise.platformKeys API.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PlatformKeys Test Extension

Download PlatformKeys Test Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PlatformKeys Test Extension PlatformKeys Test Extension
ID hoppbgdeajkagempifacalpdapphfoai
Officiële URL https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai
Beschrijving An extension to test the enterprise.platformKeys API.
Bestandsgrootte 181 KB
Aantal Installaties 217
Huidige Versie 82
Laatst Bijgewerkt 2020-10-13
Publicatiedatum 2019-09-30
Ontwikkelaar platformkeys-test-extension
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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 *"
}