IMAS DVC

IMAS DVC

Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c từ IMAS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "popup.html",
    "default_title": "IMAS DVC"
  },
  "author": "TSC",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "imasDvcScript.js"
      ],
      "matches": [
        "https://dvc.vst.mof.gov.vn/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c từ IMAS",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "manifest_version": 3,
  "name": "IMAS DVC",
  "version": "1.0.1"
}