Vận chuyển Hùng Phát - Taobao , Tmall , 1688

Vận chuyển Hùng Phát - Taobao , Tmall , 1688

Đặt hàng Taobao , 1688, Tmall , dịch taobao , tự đống tính tiền taobao

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vận chuyển Hùng Phát - Taobao , Tmall , 1688",
  "version": "3.0.8",
  "description": "Đặt hàng Taobao , 1688, Tmall , dịch taobao , tự đống tính tiền taobao",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "notifications",
    "proxy"
  ],
  "web_accessible_resources": [
    "css/font-awesome/fonts/*",
    "template.html",
    "icon.png"
  ],
  "content_scripts": [
    {
      "css": [
        "css/bootstrap.min.css",
        "css/admin-forms.css",
        "css/animate.css",
        "css/style.default.css",
        "css/bootstrap-table.css",
        "css/toastr.min.css",
        "css/font-awesome/css/font-awesome.css"
      ],
      "js": [
        "js/jquery.js",
        "js/script.js",
        "js/jquery.tmpl.js",
        "js/neon-login-custom.js",
        "js/jquery.validate.min.js",
        "js/neon-guest-data.js",
        "js/bootstrap.min.js",
        "js/bootstrap-table.js",
        "js/toastr.min.js",
        "js/jquery.battatech.excelexport.js",
        "js/sweetalert.min.js"
      ],
      "matches": [
        "*://*.taobao.com/*",
        "*://*.1688.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*",
        "*://www.alibaba.com/*",
        "*://*.alibaba.com/*",
        "*://*.aliexpress.com/*",
        "*://aliexpress.com/*",
        "*://item.jd.com/*",
        "*://www.amazon.cn/*",
        "*://*.suning.com/*"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}