Cảnh báo tương tác thuốc-ICD

Cảnh báo tương tác thuốc-ICD

VNPT Bến Tre - Tiện ích VNPT-HIS

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cảnh báo tương tác thuốc-ICD ",
  "version": "1.6",
  "description": "VNPT Bến Tre - Tiện ích VNPT-HIS",
  "icons": {
    "128": "icon.png"
  },
  "author": "Điều Đăng Phúc - VNPT Bến Tre",
  "permissions": [
    "tabs",
    "bookmarks",
    "https://*.vnpthis.vn/",
    "https://*.google.com/",
    "activeTab",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.vnpthis.vn/web_his/khambenhngoaitru*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "popup.js"
      ]
    }
  ]
}