Document signing component for NKČR
Component for calling I.CA native libraries with PKI services for NKČR.
Что такое Document signing component for NKČR?
Document signing component for NKČR - это расширение Chrome, разработанное NKČR, и его основная функция - "Component for calling I.CA native libraries with PKI services for NKČR.".
Снимки экрана расширения
Скачать файл CRX расширения Document signing component for NKČR
Скачайте файлы расширений Document signing component for NKČR в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Document signing component for NKČR |
ID | pnofkpnfmljeoipnjheegodoeeihphfa |
Официальный URL | https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa |
Описание | Component for calling I.CA native libraries with PKI services for NKČR. |
Размер файла | 30.65 KB |
Количество установок | 1,765 |
Текущая Версия | 2.1.0.1 |
Последнее Обновление | 2022-11-07 |
Дата публикации | 2021-05-26 |
Разработчик | NKČR |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ica.cz |
URL страницы помощи | https://ica.cz/podpora |
Поддерживаемые языки | 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__" } } |