Công cụ nhập hàng Trung Quốc 247

Công cụ nhập hàng Trung Quốc 247

Công cụ hỗ trợ bỏ giỏ tiện lợi trên các web thương mại TQ: taobao, tmall, 1688,... và ship về VN với NhapHangTrungQuoc247.com

Merlin
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ụ nhập hàng Trung Quốc 247",
  "short_name": "NhapHangTrungQuoc247.com",
  "description": "Công cụ hỗ trợ bỏ giỏ tiện lợi trên các web thương mại TQ: taobao, tmall, 1688,... và ship về VN với NhapHangTrungQuoc247.com",
  "version": "1.0",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://order.nhaphangtrungquoc247.com/*",
      "http://order.nhaphangtrungquoc247.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.zara.cn/*",
        "https://*.zara.cn/*",
        "http://*.hm.com/*",
        "https://*.hm.com/*",
        "http://*.jd.com/*",
        "https://*.jd.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "https://order.nhaphangtrungquoc247.com/"
  ],
  "icons": {
    "16": "img/n247-icon16.png",
    "48": "img/n247-icon48.png",
    "128": "img/n247-icon128.png"
  },
  "oauth2": {
    "client_id": "918113404185-uo3nob1dvra30p85frlfcg7socvc9252.apps.googleusercontent.com",
    "scopes": [
      "profile"
    ]
  },
  "content_security_policy": "script-src 'self'  https://order.nhaphangtrungquoc247.com/; object-src 'self'"
}