Electonic signature CNB

Extension enabling the implementation of an electronic signature in a web browser environment.

Hvad er Electonic signature CNB?

Electonic signature CNB er en Chrome-udvidelse udviklet af Česká národní banka, og dens hovedfunktion er "Extension enabling the implementation of an electronic signature in a web browser environment.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Electonic signature CNB-udvidelses-CRX-fil

Download Electonic signature CNB-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Electonic signature CNB Electonic signature CNB
ID hdbmbdpobhimeabanajlbkinlhkoflpk
Officiel URL https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk
Beskrivelse Extension enabling the implementation of an electronic signature in a web browser environment.
Filstørrelse 17.23 KB
Antal Installationer 8,657
Nuværende Version 2.1.0.1
Senest Opdateret 2022-10-21
Udgivelsesdato 2020-12-23
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Česká národní banka
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://abok.cnb.cz/
Hjælpeside-URL https://abok.cnb.cz/
Understøttede Sprog 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__"
    }
}