Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Wat is Electonic signature CNB?
Electonic signature CNB is een Chrome-extensie ontwikkeld door Česká národní banka, en de belangrijkste functie is "Extension enabling the implementation of an electronic signature in a web browser environment.".
Extensie Screenshots
Download het CRX-bestand van de extensie Electonic signature CNB
Download Electonic signature CNB-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
| Officiële URL | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
| Beschrijving | Extension enabling the implementation of an electronic signature in a web browser environment. |
| Bestandsgrootte | 17.23 KB |
| Aantal Installaties | 8,657 |
| Huidige Versie | 2.1.0.1 |
| Laatst Bijgewerkt | 2022-10-21 |
| Publicatiedatum | 2020-12-23 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Česká národní banka |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://abok.cnb.cz/ |
| Help Pagina-URL | https://abok.cnb.cz/ |
| Ondersteunde Talen | 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__"
}
} | |