CFCA CryptoKit.CIB Extension

CFCA Security Application Development Kit

CFCA CryptoKit.CIB Extension란 무엇입니까?

CFCA CryptoKit.CIB Extension은(는) CFCA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CFCA Security Application Development Kit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

CFCA CryptoKit.CIB Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        适用于Chrome最新机制的兴业银行证书应用拓展程序                    

확장 프로그램 기본 정보

이름 CFCA CryptoKit.CIB Extension CFCA CryptoKit.CIB Extension
ID nnahcpdajidknipglinmjmcmhckpbhnk
공식 URL https://chromewebstore.google.com/detail/cfca-cryptokitcib-extensi/nnahcpdajidknipglinmjmcmhckpbhnk
설명 CFCA Security Application Development Kit
파일 크기 13.28 KB
설치 횟수 156,945
현재 버전 3.4.1.5
최근 업데이트 2021-08-03
출시 날짜 2018-05-23
평점 3.00/5 총 1 개의 평점
개발자 CFCA
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CFCA CryptoKit.CIB Extension",
    "version": "3.4.1.5",
    "description": "CFCA Security Application Development Kit",
    "author": "CFCA",
    "minimum_chrome_version": "31",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cib.com.cn\/*",
            "https:\/\/*.cib.com\/*",
            "http:\/\/*.cib.com\/*",
            "http:\/\/*.cib.com.cn\/*",
            "https:\/\/168.3.60.112\/*",
            "https:\/\/168.3.63.11\/*",
            "http:\/\/168.3.60.47\/*",
            "http:\/\/168.3.62.79\/*",
            "https:\/\/10.3.49.231\/*",
            "https:\/\/168.3.63.198\/*",
            "https:\/\/10.3.48.168\/*",
            "https:\/\/10.3.49.178\/*",
            "https:\/\/www.firmbank.xyz\/*",
            "https:\/\/localhost\/*",
            "http:\/\/localhost\/*"
        ]
    }
}