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 là gì?
Document signing component for NKČR là một tiện ích mở rộng Chrome được phát triển bởi NKČR, và tính năng chính của nó là "Component for calling I.CA native libraries with PKI services for NKČR.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Document signing component for NKČR
Tải xuống các tệp mở rộng Document signing component for NKČR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Document signing component for NKČR |
ID | pnofkpnfmljeoipnjheegodoeeihphfa |
URL Chính Thức | https://chromewebstore.google.com/detail/document-signing-componen/pnofkpnfmljeoipnjheegodoeeihphfa |
Mô tả | Component for calling I.CA native libraries with PKI services for NKČR. |
Kích Thước Tệp | 30.65 KB |
Số Lần Cài Đặt | 1,765 |
Phiên Bản Hiện Tại | 2.1.0.1 |
Cập Nhật Lần Cuối | 2022-11-07 |
Ngày Phát Hành | 2021-05-26 |
Nhà Phát Triển | NKČR |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ica.cz |
URL Trang Trợ Giúp | https://ica.cz/podpora |
Ngôn Ngữ Được Hỗ Trợ | 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__" } } |