CFCA CryptoKit.CIB Extension
CFCA Security Application Development Kit
什么是CFCA CryptoKit.CIB Extension?
CFCA CryptoKit.CIB Extension是由CFCA开发的Chrome扩展程序,该扩展的主要功能是“CFCA Security Application Development Kit”。
扩展截图
下载CFCA CryptoKit.CIB Extension扩展crx文件
下载CFCA CryptoKit.CIB Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
适用于Chrome最新机制的兴业银行证书应用拓展程序 扩展基本信息
| 名称 | |
| 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\/*"
]
}
} | |