DVC DTSoft

DVC DTSoft

Phần mềm hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "CuaSo.html",
    "default_title": "DVC DTSoft"
  },
  "author": "DTSoft Co. Ltd",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "dtsScript.js"
      ],
      "matches": [
        "https://dvc.vst.mof.gov.vn/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Phần mềm hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c",
  "icons": {
    "16": "icon/ico_16.png",
    "32": "icon/ico_32.png",
    "48": "icon/ico_48.png",
    "128": "icon/ico_128.png"
  },
  "manifest_version": 3,
  "name": "DVC DTSoft",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}