ČSOB Electronic Signature
ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.
Qu'est-ce que ČSOB Electronic Signature ?
ČSOB Electronic Signature est une extension Chrome développée par https://csob.cz, et sa fonction principale est "ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ČSOB Electronic Signature
Téléchargez les fichiers d'extension ČSOB Electronic Signature au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | ČSOB Electronic Signature |
ID | eahecpanklnlonjjlojnjjcigcbflego |
URL Officiel | https://chromewebstore.google.com/detail/%C4%8Dsob-electronic-signature/eahecpanklnlonjjlojnjjcigcbflego |
Description | ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations. |
Taille du Fichier | 31.68 KB |
Nombre d'Installations | 86,317 |
Version Actuelle | 2.1.5.0 |
Dernière Mise à Jour | 2023-10-05 |
Date de Publication | 2018-01-23 |
Évaluation | 4.18/5 Total 11 Évaluations |
Développeur | https://csob.cz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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__" } } |