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": [
        ""
    ]
}