Tải hóa đơn điện tử

Tải hóa đơn điện tử

Đây là tiện ích hỗ trợ nhanh hóa đơn điện tử được phát triển bởi Dịch Vụ Kế Toán Tân Thuế Việt.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tải hóa đơn điện tử",
  "version": "3.12",
  "manifest_version": 3,
  "description": "Đây là tiện ích hỗ trợ nhanh hóa đơn điện tử được phát triển bởi Dịch Vụ Kế Toán Tân Thuế Việt.",
  "content_scripts": [
    {
      "matches": [
        "https://hoadondientu.gdt.gov.vn/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [],
  "author": {
    "name": "Dịch Vụ Kế Toán Tân Thuế Việt",
    "website": "https://tanthueviet.com",
    "email": "[email protected]"
  }
}