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文件

下載Document signing component for NKČR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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__"
    }
}