Document signing component for NKČR

Component for calling I.CA native libraries with PKI services for NKČR.

Document signing component for NKČR란 무엇입니까?

Document signing component for NKČR은(는) NKČR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Component for calling I.CA native libraries with PKI services for NKČR."입니다.

확장 프로그램 스크린샷

screenshot

Document signing component for NKČR 확장 프로그램 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.                    

확장 프로그램 기본 정보

이름 Document signing component for NKČR Document signing component for NKČR
ID pnofkpnfmljeoipnjheegodoeeihphfa
공식 URL https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa
설명 Component for calling I.CA native libraries with PKI services for NKČR.
파일 크기 30.65 KB
설치 횟수 1,765
현재 버전 2.1.0.1
최근 업데이트 2022-11-07
출시 날짜 2021-05-26
개발자 NKČR
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ica.cz
도움말 페이지 URL https://ica.cz/podpora
지원되는 언어 en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "NKCR PKI",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.nkcr.cz\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 3,
    "version": "2.1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.nkcr.cz\/*"
        ]
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-38.png",
        "default_title": "__MSG_appName__"
    }
}