PlatformKeys Test Extension

An extension to test the enterprise.platformKeys API.

Τι είναι το PlatformKeys Test Extension;

Το PlatformKeys Test Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον platformkeys-test-extension, και η κύρια λειτουργία του είναι "An extension to test the enterprise.platformKeys API.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PlatformKeys Test Extension

Λήψη αρχείων επέκτασης 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 *"
}