Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Electonic signature CNB क्या है?
Electonic signature CNB Česká národní banka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension enabling the implementation of an electronic signature in a web browser environment."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Electonic signature CNB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Electonic signature CNB |
ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
आधिकारिक URL | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
विवरण | Extension enabling the implementation of an electronic signature in a web browser environment. |
फ़ाइल का आकार | 17.23 KB |
स्थापना संख्या | 8,657 |
वर्तमान संस्करण | 2.1.0.1 |
अंतिम अपडेट | 2022-10-21 |
प्रकाशन तिथि | 2020-12-23 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Česká národní banka |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://abok.cnb.cz/ |
सहायता पृष्ठ URL | https://abok.cnb.cz/ |
समर्थित भाषाएँ | 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__" } } |