Examine source code of CFCA CertEnrollment.OneBank Extension

Inspect and view changes in CFCA CertEnrollment.OneBank Extension source codes across current and past versions
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": 2,
  "name": "CFCA CertEnrollment.OneBank Extension",
  "version": "3.2.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": [
      "http://10.11.44.94/*",
      "http://10.11.44.127/*",
      "http://10.11.12.89/*",
      "http://10.11.12.90/*",
      "http://10.11.44.112/*",
      "http://10.11.44.130/*",
      "http://10.21.16.221/*",
      "http://10.21.17.37/*",
      "http://10.21.16.220/*",
      "http://10.21.17.39/*",
      "https://cp.onebank.com.cn/*",
      "http://21.2.241.78/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}