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
公式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
Eメール [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__"
    }
}