Č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.”。

擴展截圖

screenshot

下載Č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 ČSOB Electronic Signature
ID eahecpanklnlonjjlojnjjcigcbflego
官方網址 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__"
    }
}