Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Vad är Electonic signature CNB?
Electonic signature CNB är en Chrome-tillägg utvecklad av Česká národní banka, och dess huvudfunktion är "Extension enabling the implementation of an electronic signature in a web browser environment.".
Tilläggsskärmbilder
Ladda ner Electonic signature CNB-förlängningens CRX-fil
Ladda ner Electonic signature CNB-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Electonic signature CNB |
ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
Officiell webbadress | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
Beskrivning | Extension enabling the implementation of an electronic signature in a web browser environment. |
Filstorlek | 17.23 KB |
Antal Installationer | 8,657 |
Aktuell Version | 2.1.0.1 |
Senast Uppdaterad | 2022-10-21 |
Publiceringsdatum | 2020-12-23 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Česká národní banka |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://abok.cnb.cz/ |
Hjälpsida URL | https://abok.cnb.cz/ |
Stödda Språk | 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__" } } |