HCMS GOP support

HCMS GOP support

Giúp hãm cm system bớt hãm

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "HCMS GOP support",
  "version": "1.0.1",
  "description": "Giúp hãm cm system bớt hãm",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://hcms.dai-ichi-life.com.vn/Healthbuzz/MasterModule/PreApproval/EditPA?ST=*"
      ],
      "js": [
        "code.jquery.com_jquery-3.7.1.min.js",
        "contentscript.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}