Document signing component for NKČR

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

Wat is Document signing component for NKČR?

Document signing component for NKČR is een Chrome-extensie ontwikkeld door NKČR, en de belangrijkste functie is "Component for calling I.CA native libraries with PKI services for NKČR.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Document signing component for NKČR

Download Document signing component for NKČR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Document signing component for NKČR Document signing component for NKČR
ID pnofkpnfmljeoipnjheegodoeeihphfa
Officiële URL https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa
Beschrijving Component for calling I.CA native libraries with PKI services for NKČR.
Bestandsgrootte 30.65 KB
Aantal Installaties 1,765
Huidige Versie 2.1.0.1
Laatst Bijgewerkt 2022-11-07
Publicatiedatum 2021-05-26
Ontwikkelaar NKČR
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ica.cz
Help Pagina-URL https://ica.cz/podpora
Ondersteunde Talen 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__"
    }
}