DigiCert Authentication Client Extension

Messaging API between web pages and DigiCert PKI Client

DigiCert Authentication Client Extension là gì?

DigiCert Authentication Client Extension là một tiện ích mở rộng Chrome được phát triển bởi digicert.ccselfpublish, và tính năng chính của nó là "Messaging API between web pages and DigiCert PKI Client".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DigiCert Authentication Client Extension

Tải xuống các tệp mở rộng DigiCert Authentication Client Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DigiCert Authentication Client Extension DigiCert Authentication Client Extension
ID ikepfmbgiedamphopfpgomnipacokgol
URL Chính Thức https://chromewebstore.google.com/detail/digicert-authentication-c/ikepfmbgiedamphopfpgomnipacokgol
Mô tả Messaging API between web pages and DigiCert PKI Client
Kích Thước Tệp 14.59 KB
Số Lần Cài Đặt 139,100
Phiên Bản Hiện Tại 1.2.0.158
Cập Nhật Lần Cuối 2022-11-10
Ngày Phát Hành 2022-01-04
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển digicert.ccselfpublish
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}