Electonic signature CNB

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

Co to jest Electonic signature CNB?

Electonic signature CNB to rozszerzenie Chrome opracowane przez Česká národní banka, a jego główną funkcją jest „Extension enabling the implementation of an electronic signature in a web browser environment.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Electonic signature CNB

Pobierz pliki rozszerzeń Electonic signature CNB w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Electonic signature CNB Electonic signature CNB
ID hdbmbdpobhimeabanajlbkinlhkoflpk
Oficjalny URL https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk
Opis Extension enabling the implementation of an electronic signature in a web browser environment.
Rozmiar pliku 17.23 KB
Liczba instalacji 8,657
Aktualna Wersja 2.1.0.1
Ostatnia Aktualizacja 2022-10-21
Data Publikacji 2020-12-23
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Česká národní banka
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://abok.cnb.cz/
Adres URL Strony Pomocy https://abok.cnb.cz/
Obsługiwane Języki 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__"
    }
}