DigiCert Authentication Client Extension

Messaging API between web pages and DigiCert PKI Client

DigiCert Authentication Client Extensionとは何ですか?

DigiCert Authentication Client Extensionはdigicert.ccselfpublishによって開発されたChromeの拡張機能で、その主な機能は「Messaging API between web pages and DigiCert PKI Client」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

DigiCert Authentication Client Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}