Document signing component for NKČR
Component for calling I.CA native libraries with PKI services for NKČR.
Co to jest Document signing component for NKČR?
Document signing component for NKČR to rozszerzenie Chrome opracowane przez NKČR, a jego główną funkcją jest „Component for calling I.CA native libraries with PKI services for NKČR.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Document signing component for NKČR
Pobierz pliki rozszerzeń Document signing component for NKČR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Document signing component for NKČR |
ID | pnofkpnfmljeoipnjheegodoeeihphfa |
Oficjalny URL | https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa |
Opis | Component for calling I.CA native libraries with PKI services for NKČR. |
Rozmiar pliku | 30.65 KB |
Liczba instalacji | 1,765 |
Aktualna Wersja | 2.1.0.1 |
Ostatnia Aktualizacja | 2022-11-07 |
Data Publikacji | 2021-05-26 |
Deweloper | NKČR |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ica.cz |
Adres URL Strony Pomocy | https://ica.cz/podpora |
Obsługiwane Języki | 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__" } } |