Tiện ích hỗ trợ lên đơn hàng Thu Hương

Tiện ích hỗ trợ lên đơn hàng Thu Hương

Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của thuhuonglogistics.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tiện ích hỗ trợ lên đơn hàng Thu Hương",
  "description": "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của thuhuonglogistics.com",
  "version": "1.2.2",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Tiện ích lên đơn hàng của thuhuonglogistics.com trên taobao, tmall, 1688",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "background": {
    "scripts": [
      "js/background.min.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "notifications",
    "https://thuhuonglogistics.com/*",
    "https://2.taobao.com/item.htm"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*.thuhuonglogistics.com/*",
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "https://*.jd.com/*",
        "https://*.jd.hk/*",
        "http://detail.1688.com/*",
        "https://detail.1688.com/*",
        "http://item.1688.com/*",
        "https://item.1688.com/*",
        "http://item.jd.com/*",
        "https://item.jd.com/*",
        "https://item.jd.hk/*"
      ],
      "js": [
        "js/app.min.js"
      ],
      "css": [
        "css/styles.min.css"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}