I.CA PKI Service Component

Component for calling native PKI libraries.

I.CA PKI Service Component란 무엇입니까?

I.CA PKI Service Component은(는) https://ica.cz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Component for calling native PKI libraries."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

I.CA PKI Service Component 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities.                    

확장 프로그램 기본 정보

이름 I.CA PKI Service Component I.CA PKI Service Component
ID fdolcjnejgbpoadihncaggiicpkhjchl
공식 URL https://chromewebstore.google.com/detail/ica-pki-service-component/fdolcjnejgbpoadihncaggiicpkhjchl
설명 Component for calling native PKI libraries.
파일 크기 15.22 KB
설치 횟수 89,274
현재 버전 2.1.7.0
최근 업데이트 2023-11-09
출시 날짜 2019-06-05
평점 4.00/5 총 4 개의 평점
개발자 https://ica.cz
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://ica.cz/zakaznicka-podpora
개인정보 보호 정책 페이지 URL https://www.ica.cz/Userfiles/files/Provolani_o_OOU_1v02.pdf
지원되는 언어 en,pl,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "I.CA PKI",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.ica.cz\/*",
        "*:\/\/*.csob.cz\/*",
        "*:\/\/*.csob.sk\/*",
        "*:\/\/*.proebiz.com\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 3,
    "version": "2.1.7.0",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.localhost\/*",
            "https:\/\/*.csob.cz\/*",
            "https:\/\/*.csob.sk\/*",
            "*:\/\/*.ica.cz\/*",
            "*:\/\/*.proebiz.com\/*",
            "*:\/\/*.digisign.org\/*",
            "*:\/\/*.digisign.digital.cz\/*",
            "*:\/\/*.circularo.com\/*",
            "*:\/\/*.eon.com\/*",
            "https:\/\/eonos.sharepoint.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-38-no-padding.png",
        "default_title": "__MSG_appName__"
    }
}