Vietnam Social Security Internal

Vietnam Social Security Internal

Hoàn thành quá trình ký số cho các ứng dụng nội bộ của Bảo hiểm xã hội Việt Nam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vietnam Social Security Internal",
  "short_name": "vss internal",
  "version": "2.42",
  "description": "Hoàn thành quá trình ký số cho các ứng dụng nội bộ của Bảo hiểm xã hội Việt Nam.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://127.0.0.1/*",
        "*://localhost/*",
        "http://*.bhxh.vn/*",
        "https://*.bhxh.vn/*",
        "http://*.vssic.gov.vn/*",
        "https://*.vssic.gov.vn/*",
        "http://*.bhxh.gov.vn/*",
        "https://*.bhxh.gov.vn/*",
        "http://*.vss.gov.vn/*",
        "https://*.vss.gov.vn/*",
        "http://*.baohiemxahoi.gov.vn/*",
        "https://*.baohiemxahoi.gov.vn/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "permissions": [
    "*://127.0.0.1/*",
    "*://localhost/*",
    "http://*.bhxh.vn/*",
    "https://*.bhxh.vn/*",
    "http://*.vssic.gov.vn/*",
    "https://*.vssic.gov.vn/*",
    "http://*.bhxh.gov.vn/*",
    "https://*.bhxh.gov.vn/*",
    "http://*.vss.gov.vn/*",
    "https://*.vss.gov.vn/*",
    "http://*.baohiemxahoi.gov.vn/*",
    "https://*.baohiemxahoi.gov.vn/*"
  ]
}