CFCA CryptoKit.MYBANK Extension
CFCA Security Application Development Kit
Wat is CFCA CryptoKit.MYBANK Extension?
CFCA CryptoKit.MYBANK Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "CFCA Security Application Development Kit".
Extensie Screenshots
Download het CRX-bestand van de extensie CFCA CryptoKit.MYBANK Extension
Download CFCA CryptoKit.MYBANK Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
适用于chrome最新机制的绵阳商业银行网银系统证书应用扩展程序(签名类) Basisinformatie over de Extensie
| Naam | |
| ID | ilppmolffnmjblfhhanngfcpjdahphkh |
| Officiële URL | https://chromewebstore.google.com/detail/cfca-cryptokitmybank-exte/ilppmolffnmjblfhhanngfcpjdahphkh |
| Beschrijving | CFCA Security Application Development Kit |
| Bestandsgrootte | 13.09 KB |
| Aantal Installaties | 302 |
| Huidige Versie | 3.4.0.1 |
| Laatst Bijgewerkt | 2017-06-22 |
| Publicatiedatum | 2017-06-21 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CFCA CryptoKit.MYBANK Extension",
"version": "3.4.0.1",
"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:\/\/*.mycc-bank.com\/*",
"https:\/\/*.scmybank.com\/*"
]
}
} | |