DigiCert Authentication Client Extension

Messaging API between web pages and DigiCert PKI Client

Τι είναι το DigiCert Authentication Client Extension;

Το DigiCert Authentication Client Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον digicert.ccselfpublish, και η κύρια λειτουργία του είναι "Messaging API between web pages and DigiCert PKI Client".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DigiCert Authentication Client Extension

Λήψη αρχείων επέκτασης DigiCert Authentication Client Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a messaging extension for DigiCert PKI Client, an enterprise desktop application bundled with DigCert PKI Platform. This extension is only usable for customers of DigiCert PKI Platform.

DigiCert PKI Platform is the industry-leading solution that allows you to secure and manage all of your PKI applications from one place — no matter what solutions you have in place. 

DigiCert PKI Client is one solution included in DigiCert PKI Platform, and it will enable control of and automate the certificate lifecycle. 

This extension will enable communication with DigiCert PKI Platform browser page and DigiCert PKI Client desktop application, during browser initiated certificate enrollment.

Please make sure you install the DigiCert PKI Client first, obtainable from our site or from your organization's administrator.

For further details or troubleshooting, please contact our sales representative or enterprise customer support.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DigiCert Authentication Client Extension DigiCert Authentication Client Extension
ID ikepfmbgiedamphopfpgomnipacokgol
Επίσημο URL https://chromewebstore.google.com/detail/digicert-authentication-c/ikepfmbgiedamphopfpgomnipacokgol
Περιγραφή Messaging API between web pages and DigiCert PKI Client
Μέγεθος Αρχείου 14.59 KB
Αριθμός Εγκαταστάσεων 139,100
Τρέχουσα Έκδοση 1.2.0.158
Τελευταία Ενημέρωση 2022-11-10
Ημερομηνία Δημοσίευσης 2022-01-04
Αξιολόγηση 3.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής digicert.ccselfpublish
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DigiCert Authentication Client Extension",
    "description": "Messaging API between web pages and DigiCert PKI Client",
    "version": "101.2.0.158",
    "version_name": "1.2.0.158",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background_wrapper.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/pkiClientExtension.js",
                "content\/properties.js",
                "content\/properties.build.js",
                "content\/bridge.js",
                "content\/detection.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}