Document signing component for NKČR
Component for calling I.CA native libraries with PKI services for NKČR.
Qu'est-ce que Document signing component for NKČR ?
Document signing component for NKČR est une extension Chrome développée par NKČR, et sa fonction principale est "Component for calling I.CA native libraries with PKI services for NKČR.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Document signing component for NKČR
Téléchargez les fichiers d'extension Document signing component for NKČR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Document signing component for NKČR |
ID | pnofkpnfmljeoipnjheegodoeeihphfa |
URL Officiel | https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa |
Description | Component for calling I.CA native libraries with PKI services for NKČR. |
Taille du Fichier | 30.65 KB |
Nombre d'Installations | 1,765 |
Version Actuelle | 2.1.0.1 |
Dernière Mise à Jour | 2022-11-07 |
Date de Publication | 2021-05-26 |
Développeur | NKČR |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ica.cz |
URL de la Page d'Aide | https://ica.cz/podpora |
Langues Prises en Charge | 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__" } } |