Document signing component for NKČR

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

O que é Document signing component for NKČR?

Document signing component for NKČR é uma extensão do Chrome desenvolvida por NKČR, e sua principal característica é "Component for calling I.CA native libraries with PKI services for NKČR.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Document signing component for NKČR

Baixe arquivos de extensão Document signing component for NKČR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Document signing component for NKČR Document signing component for NKČR
ID pnofkpnfmljeoipnjheegodoeeihphfa
URL Oficial https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa
Descrição Component for calling I.CA native libraries with PKI services for NKČR.
Tamanho do Arquivo 30.65 KB
Contagem de Instalações 1,765
Versão Atual 2.1.0.1
Última Atualização 2022-11-07
Data de Publicação 2021-05-26
Desenvolvedor NKČR
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ica.cz
URL da Página de Ajuda https://ica.cz/podpora
Idiomas Suportados 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__"
    }
}