CFCA SecEditCtlAdv.DEMO Extension
CFCA Secure Edit Control Extension Chrome driver version
What is CFCA SecEditCtlAdv.DEMO Extension?
CFCA SecEditCtlAdv.DEMO Extension is a Chrome extension developed by CFCA, and its main feature is "CFCA Secure Edit Control Extension Chrome driver version".
Extension Screenshots
Download CFCA SecEditCtlAdv.DEMO Extension Extension CRX File
Download CFCA SecEditCtlAdv.DEMO Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome 扩展版密码安全控件,用于网银密码输入
Extension Basic Information
Name | CFCA SecEditCtlAdv.DEMO Extension |
ID | langaimdkocnaajedhdaigflpiiobjpj |
Official URL | https://chromewebstore.google.com/detail/cfca-seceditctladvdemo-ex/langaimdkocnaajedhdaigflpiiobjpj |
Description | CFCA Secure Edit Control Extension Chrome driver version |
File Size | 13.75 KB |
Installation Count | 85 |
Current Version | 3.0.0.8 |
Last Updated | 2018-12-25 |
Publish Date | 2018-12-24 |
Developer | CFCA |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CFCA SecEditCtlAdv.DEMO Extension", "version": "3.0.0.8", "description": "CFCA Secure Edit Control Extension Chrome driver version", "author": "CFCA", "minimum_chrome_version": "31", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/cfca.seceditctl.demo\/*", "https:\/\/cfca.seceditctl.demo\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "http:\/\/cfca.seceditctl.demo\/*", "https:\/\/cfca.seceditctl.demo\/*" ] } } |