Gửi SMS Hẹn Tái Khám - VNPT HIS - 86019

Gửi SMS Hẹn Tái Khám - VNPT HIS - 86019

Hỗ trợ lên lịch, gửi tin nhắc hẹn tái khám.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gửi SMS Hẹn Tái Khám - VNPT HIS - 86019",
  "version": "86.019.0122",
  "description": "Hỗ trợ lên lịch, gửi tin nhắc hẹn tái khám.",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "host_permissions": [
    "https://apibatso.vnptvinhlong.vn/"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    },
    "default_title": "Tool hỗ trợ cấu hình, xem lịch gửi tin SMS hẹn bệnh nhân tái khám",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://yte-vinhlong.vnpthis.vn/web_his/khambenhngoaitru"
      ],
      "css": [
        "css/myStyle.css"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/libs/notify.js",
        "js/content.js"
      ]
    }
  ],
  "options_page": "options.html"
}