Document signing component for NKČR
Component for calling I.CA native libraries with PKI services for NKČR.
Cos'è Document signing component for NKČR?
Document signing component for NKČR è un'estensione di Chrome sviluppata da NKČR, e la sua funzione principale è "Component for calling I.CA native libraries with PKI services for NKČR.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Document signing component for NKČR
Scarica i file di estensione Document signing component for NKČR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pnofkpnfmljeoipnjheegodoeeihphfa |
| URL Ufficiale | https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa |
| Descrizione | Component for calling I.CA native libraries with PKI services for NKČR. |
| Dimensione del File | 30.65 KB |
| Conteggio Installazioni | 1,765 |
| Versione Corrente | 2.1.0.1 |
| Ultimo Aggiornamento | 2022-11-07 |
| Data di Pubblicazione | 2021-05-26 |
| Sviluppatore | NKČR |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ica.cz |
| URL della Pagina di Aiuto | https://ica.cz/podpora |
| Lingue Supportate | 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__"
}
} | |