Č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によって開発されたChromeの拡張機能で、その主な機能は「ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.」です。
拡張機能のスクリーンショット
ČSOB Electronic Signature拡張機能のCRXファイルをダウンロード
ČSOB Electronic Signature拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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__" } } |