Công cụ đặt hàng - Dathang.CN

Công cụ đặt hàng - Dathang.CN

Tiện ích phục vụ cho việc Nhập hàng - Đặt hàng buôn - Order lẻ mọi sản phẩm từ các website thương mại điện tử tại Trung Quốc.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Công cụ đặt hàng - Dathang.CN",
  "description": "Tiện ích phục vụ cho việc Nhập hàng - Đặt hàng buôn - Order lẻ mọi sản phẩm từ các website thương mại điện tử tại Trung Quốc.",
  "version": "4.2",
  "icons": {
    "16": "/assets/img/icons/icon_16x16.png",
    "48": "/assets/img/icons/icon_48x48.png",
    "128": "/assets/img/icons/icon_128x128.png"
  },
  "author": "iCHINA COMPANY",
  "browser_action": {
    "default_icon": "/assets/img/icons/icon_16x16.png",
    "default_title": "Công cụ đặt hàng - Dathang.CN"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "notifications",
    "tabs",
    "cookies",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "/html/*",
    "/assets/img/*",
    "/bower_components/font-awesome/fonts/*",
    "/bower_components/jquery-ui/themes/base/images/*"
  ],
  "content_scripts": [
    {
      "css": [
        "/bower_components/jquery-ui/themes/base/jquery-ui.min.css",
        "/bower_components/toastr/toastr.min.css",
        "/bower_components/font-awesome/css/font-awesome.min.css",
        "/assets/css/style.css"
      ],
      "js": [
        "/bower_components/jquery/dist/jquery.min.js",
        "/bower_components/jquery-ui/jquery-ui.min.js",
        "/bower_components/toastr/toastr.min.js",
        "/bower_components/base-64/base64.js",
        "/assets/js/script.js"
      ],
      "matches": [
        "*://world.taobao.com/item/*.htm*",
        "*://item.taobao.com/item.htm*",
        "*://2.taobao.com/item.htm*",
        "*://detail.ju.taobao.com/home.htm*",
        "*://detail.tmall.com/item.htm*",
        "*://detail.tmall.hk/item.htm*",
        "*://detail.tmall.hk/hk/item.htm*",
        "*://world.tmall.com/item/*.htm*",
        "*://detail.1688.com/offer/*.html*",
        "*://item.jd.com/*.html*",
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.com/item/*",
        "*://*.aliexpress.com/store/product/*",
        "*://*.amazon.cn/*/dp/*",
        "*://*.amazon.cn/dp/*",
        "*://*.amazon.cn/gp/product/*",
        "*://wholesaler.alibaba.com/product-detail/*",
        "*://*.alibaba.com/product-detail/*",
        "*://*.alibaba.com/product/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/assets/js/background.js"
    ],
    "persistent": false
  }
}