TRUONG AN - Order Trung Quốc

TRUONG AN - Order Trung Quốc

Trường An Express, Công cụ hỗ trợ khách hàng tạo đơn từ website 1688.com, tmall.com, taobao.com... dễ dàng và hiệu quả

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TRUONG AN - Order Trung Quốc",
  "description": "Trường An Express, Công cụ hỗ trợ khách hàng tạo đơn từ website 1688.com, tmall.com, taobao.com... dễ dàng và hiệu quả",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/16icon.png",
    "48": "images/48icon.png",
    "128": "images/128icon.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.1688.com/*",
        "http://*.1688.com/*",
        "https://*.taobao.com/*",
        "http://*.taobao.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://*.tmall.hk/*"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/jquery-ui.min.js",
        "js/contentscript.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ],
  "permissions": [
    "https://*.taobao.com/*",
    "http://*.taobao.com/*",
    "https://*.1688.com/*",
    "http://*.1688.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.com/*",
    "http://*.hm.com/*",
    "https://*.tmall.hk/*",
    "http://*.tmall.hk/*"
  ]
}