CFCA SecEditCtl.HXBRA Extension

CFCA Secure Edit Control Extension
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "CFCA SecEditCtl.HXBRA Extension",
  "version": "3.2.0.2",
  "description": "CFCA Secure Edit Control Extension",
  "author": "CFCA",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "eventPage.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.sit.hxbtest/*",
        "https://*.hxb.com.cn/*",
        "http://*.uat.hxbtest/*",
        "http://*.ext.hxbtest/*",
        "http://*.xbb.hxbtest/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.sit.hxbtest/*",
      "https://*.hxb.com.cn/*",
      "http://*.uat.hxbtest/*",
      "http://*.ext.hxbtest/*",
      "http://*.xbb.hxbtest/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}