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是由NKČR开发的Chrome扩展程序,该扩展的主要功能是“Component for calling I.CA native libraries with PKI services for NKČR.”。
扩展截图
下载Document signing component for NKČR扩展crx文件
下载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__" } } |