Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Was ist Electonic signature CNB?
Electonic signature CNB ist eine Chrome-Erweiterung, die von Česká národní banka entwickelt wurde, und ihr Hauptmerkmal ist "Extension enabling the implementation of an electronic signature in a web browser environment.".
Erweiterungsscreenshots
Electonic signature CNB-Erweiterungs-CRX-Datei herunterladen
Laden Sie Electonic signature CNB-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
| Offizielle URL | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
| Beschreibung | Extension enabling the implementation of an electronic signature in a web browser environment. |
| Dateigröße | 17.23 KB |
| Installationsanzahl | 8,657 |
| Aktuelle Version | 2.1.0.1 |
| Letztes Update | 2022-10-21 |
| Veröffentlichungsdatum | 2020-12-23 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Česká národní banka |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://abok.cnb.cz/ |
| Hilfeseite URL | https://abok.cnb.cz/ |
| Unterstützte Sprachen | 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__"
}
} | |