THƯƠNG ĐÔ LOGISTICS - CÔNG CỤ ĐẶT HÀNG

THƯƠNG ĐÔ LOGISTICS - CÔNG CỤ ĐẶT HÀNG

Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống Thương Đô Logistics đơn giản

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "THƯƠNG ĐÔ LOGISTICS - CÔNG CỤ ĐẶT HÀNG",
  "description": "Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống Thương Đô Logistics đơn giản",
  "version": "1.1.9",
  "icons": {
    "16": "images/16icon.png",
    "48": "images/48icon.png",
    "128": "images/128icon.png"
  },
  "background": {},
  "content_scripts": [
    {
      "matches": [
        "https://*.1688.com/*",
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/thuongdo.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "host_permissions": [
    "https://*.taobao.com/*",
    "https://*.1688.com/*",
    "https://*.tmall.com/*",
    "https://*.tmall.hk/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}