Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Electonic signature CNB là gì?
Electonic signature CNB là một tiện ích mở rộng Chrome được phát triển bởi Česká národní banka, và tính năng chính của nó là "Extension enabling the implementation of an electronic signature in a web browser environment.".
Ả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 Electonic signature CNB
Tải xuống các tệp mở rộng Electonic signature CNB 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 | Electonic signature CNB |
ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
URL Chính Thức | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
Mô tả | Extension enabling the implementation of an electronic signature in a web browser environment. |
Kích Thước Tệp | 17.23 KB |
Số Lần Cài Đặt | 8,657 |
Phiên Bản Hiện Tại | 2.1.0.1 |
Cập Nhật Lần Cuối | 2022-10-21 |
Ngày Phát Hành | 2020-12-23 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Česká národní banka |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://abok.cnb.cz/ |
URL Trang Trợ Giúp | https://abok.cnb.cz/ |
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": "CNB PKI", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "nativeMessaging", "activeTab", "storage", "cookies" ], "host_permissions": [ "*:\/\/*.cnb.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\/*", "*:\/\/*.cnb.cz\/*" ] }, "icons": { "128": "icons\/icon-128.png" }, "action": { "default_icon": "icons\/icon-38.png", "default_title": "__MSG_appName__" } } |