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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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