Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Apa itu Electonic signature CNB?
Electonic signature CNB adalah ekstensi Chrome yang dikembangkan oleh Česká národní banka, dan fitur utamanya adalah "Extension enabling the implementation of an electronic signature in a web browser environment.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Electonic signature CNB
Unduh file ekstensi Electonic signature CNB dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Electonic signature CNB |
ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
URL Resmi | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
Deskripsi | Extension enabling the implementation of an electronic signature in a web browser environment. |
Ukuran File | 17.23 KB |
Jumlah Instalasi | 8,657 |
Versi Saat Ini | 2.1.0.1 |
Terakhir Diperbarui | 2022-10-21 |
Tanggal Publikasi | 2020-12-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Česká národní banka |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://abok.cnb.cz/ |
URL Halaman Bantuan | https://abok.cnb.cz/ |
Bahasa yang Didukung | 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__" } } |