Kiểm tra dữ liệu phát sinh TST.

Kiểm tra dữ liệu phát sinh TST.

Kiểm tra dữ liệu phát sinh Thu, Sổ thẻ.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kiểm tra dữ liệu phát sinh TST.",
  "version": "1.2.12",
  "description": "Kiểm tra dữ liệu phát sinh Thu, Sổ thẻ.",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "author": "LamChen",
  "action": {
    "default_icon": {
      "16": "logo.png",
      "48": "logo.png",
      "128": "logo.png"
    },
    "default_title": "Kiểm tra dữ liệu phát sinh TST. By LamChen",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tst.baohiemxahoi.gov.vn/*",
        "*://tst.baohiemxahoi.gov.vn/*",
        "*://*.tst.bhxh.gov.vn/*",
        "*://tst.bhxh.gov.vn/*",
        "*://10.0.119.60/*",
        "*://*.10.0.119.60/*"
      ],
      "js": [
        "popup/js/jquery-3.2.1.min.js",
        "popup/js/content.js"
      ]
    }
  ]
}