Plugin tính chế độ BHXH

Plugin tính chế độ BHXH

Hỗ trợ tính chế độ BHXH. By LamChen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Plugin tính chế độ BHXH",
  "version": "1.1.18",
  "description": "Hỗ trợ tính chế độ BHXH. By LamChen",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "author": "LamChen",
  "action": {
    "default_icon": {
      "16": "logo.png",
      "24": "logo.png",
      "32": "logo.png"
    },
    "default_title": "Hỗ trợ tính chế độ BHXH. By LamChen",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tst.baohiemxahoi.gov.vn/*",
        "*://tst.baohiemxahoi.gov.vn/*",
        "*://10.0.119.60/*",
        "*://*.10.0.119.60/*",
        "*://baohiemxahoi.gov.vn/*",
        "*://*.tst.bhxh.gov.vn/*",
        "*://tst.bhxh.gov.vn/*"
      ],
      "js": [
        "popup/js/jquery-3.2.1.min.js",
        "popup/js/content.js"
      ]
    }
  ]
}