ČSOB Electronic Signature
ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.
ČSOB Electronic Signature là gì?
ČSOB Electronic Signature là một tiện ích mở rộng Chrome được phát triển bởi https://csob.cz, và tính năng chính của nó là "ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ČSOB Electronic Signature
Tải xuống các tệp mở rộng ČSOB Electronic Signature dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ČSOB Electronic Signature |
ID | eahecpanklnlonjjlojnjjcigcbflego |
URL Chính Thức | https://chromewebstore.google.com/detail/%C4%8Dsob-electronic-signature/eahecpanklnlonjjlojnjjcigcbflego |
Mô tả | ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations. |
Kích Thước Tệp | 31.68 KB |
Số Lần Cài Đặt | 86,317 |
Phiên Bản Hiện Tại | 2.1.5.0 |
Cập Nhật Lần Cuối | 2023-10-05 |
Ngày Phát Hành | 2018-01-23 |
Đánh Giá | 4.18/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://csob.cz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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__" } } |