ČSOB Electronic Signature
ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.
ČSOB Electronic Signature क्या है?
ČSOB Electronic Signature https://csob.cz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ČSOB Electronic Signature एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension to be used for easy and secure chip card signing in ČSOB CEB, ČSOB InternetBanking 24 and ČSOB BusinessBanking 24. ČSOB is the only bank that provides Internet banking users with qualified certificates for chip cards. Therefore all users get the highest security for their Internet transactions. The certificates can also be used to communicate with state administration institutions (tax authorities, health insurance companies), sign e-mails and other operations that need high security. To see a chip card operating correctly install the latest version of the SecureStore application (www.csob.cz/software).
एक्सटेंशन की मूल जानकारी
नाम | ČSOB Electronic Signature |
ID | eahecpanklnlonjjlojnjjcigcbflego |
आधिकारिक URL | https://chromewebstore.google.com/detail/%C4%8Dsob-electronic-signature/eahecpanklnlonjjlojnjjcigcbflego |
विवरण | ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations. |
फ़ाइल का आकार | 31.68 KB |
स्थापना संख्या | 86,317 |
वर्तमान संस्करण | 2.1.5.0 |
अंतिम अपडेट | 2023-10-05 |
प्रकाशन तिथि | 2018-01-23 |
रेटिंग | 4.18/5 कुल 11 रेटिंग्स |
डेवलपर | https://csob.cz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "CSOB PKI", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "nativeMessaging", "activeTab", "storage", "cookies" ], "host_permissions": [ "*:\/\/*.ica.cz\/*", "*:\/\/*.csob.cz\/*", "*:\/\/*.csob.sk\/*", "*:\/\/localhost\/*" ], "manifest_version": 3, "version": "2.1.5.0", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.csob.cz\/*", "https:\/\/*.csob.sk\/*", "*:\/\/*.capgemini.com\/*", "*:\/\/*.ica.cz\/*", "https:\/\/csob--c.vf.force.com\/*", "https:\/\/sf--csobuat--c.sandbox.vf.force.com\/*" ] }, "icons": { "128": "icons\/icon-128-no-bg.png" }, "action": { "default_icon": "icons\/icon-38-no-bg-no-padding.png", "default_title": "__MSG_appName__" } } |