Č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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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__"
    }
}