PlatformKeys Test Extension

An extension to test the enterprise.platformKeys API.

Qu'est-ce que PlatformKeys Test Extension ?

PlatformKeys Test Extension est une extension Chrome développée par platformkeys-test-extension, et sa fonction principale est "An extension to test the enterprise.platformKeys API.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PlatformKeys Test Extension

Téléchargez les fichiers d'extension PlatformKeys Test Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PlatformKeys Test Extension PlatformKeys Test Extension
ID hoppbgdeajkagempifacalpdapphfoai
URL Officiel https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai
Description An extension to test the enterprise.platformKeys API.
Taille du Fichier 181 KB
Nombre d'Installations 217
Version Actuelle 82
Dernière Mise à Jour 2020-10-13
Date de Publication 2019-09-30
Développeur platformkeys-test-extension
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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 *"
}