Công Cụ Đặt Hàng Của Tk-Logistics

Công Cụ Đặt Hàng Của Tk-Logistics

Công Cụ Đặt Hàng Tk-Logistics cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website TMĐT như 1688, tmall, taobao.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/font-awesome.css"
      ],
      "js": [
        "js/jquery.js",
        "js/config.js",
        "js/md5.min.js",
        "js/script.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ]
    },
    {
      "js": [
        "js/web_service_config.js"
      ],
      "matches": [
        "https://tk-l.vn/*",
        "http://tk-l.vn/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://tk-l.vn/*; object-src 'self'",
  "description": "Công Cụ Đặt Hàng Tk-Logistics cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website TMĐT như 1688, tmall, taobao.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng Của Tk-Logistics",
  "short_name": "Tk-Logistics",
  "options_page": "options.html",
  "permissions": [
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "https://tk-l.vn/*",
    "http://tk-l.vn/*",
    "storage",
    "tabs"
  ],
  "version": "1.7",
  "web_accessible_resources": [
    "images/*",
    "template/*",
    "css/*",
    "js/getGlobalData.js"
  ]
}