Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
What is Electonic signature CNB?
Electonic signature CNB is a Chrome extension developed by Česká národní banka, and its main feature is "Extension enabling the implementation of an electronic signature in a web browser environment.".
Extension Screenshots
Download Electonic signature CNB Extension CRX File
Download Electonic signature CNB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Electonic signature CNB |
ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
Official URL | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
Description | Extension enabling the implementation of an electronic signature in a web browser environment. |
File Size | 17.23 KB |
Installation Count | 8,657 |
Current Version | 2.1.0.1 |
Last Updated | 2022-10-21 |
Publish Date | 2020-12-23 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Česká národní banka |
[email protected] | |
Payment Type | free |
Extension Website | https://abok.cnb.cz/ |
Help Page URL | https://abok.cnb.cz/ |
Supported Languages | 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__" } } |