Č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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://csob.cz และคุณลักษณะหลักของมันคือ "ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ČSOB Electronic Signature
ดาวน์โหลดไฟล์ส่วนขยาย Č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 |
อีเมล | [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__" } } |