CFCA SecEditCtlAdv.ICBC Extension

CFCA SecEditCtlAdv.ICBC Extension

CFCA Secure Edit Control Extension Edge version

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "author": "CFCA",
  "background": {
    "service_worker": "eventPage.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.cfca.com.cn/*"
      ]
    }
  ],
  "description": "CFCA Secure Edit Control Extension Edge version",
  "externally_connectable": {
    "matches": [
      "https://*.cfca.com.cn/*"
    ]
  },
  "host_permissions": [
    "https://localhost/*"
  ],
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "CFCA SecEditCtlAdv.ICBC Extension",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.3.0.1"
}