Công cụ đặt hàng Ali88vn

Công cụ đặt hàng Ali88vn

Công cụ đặt hàng Ali88vn để hiển thị giỏ hàng trên các trang thương mại Trung Quốc: taobao, tmall, 1688,...

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 Ali88vn",
  "short_name": "Ali88vn.com",
  "description": "Công cụ đặt hàng Ali88vn để hiển thị giỏ hàng trên các trang thương mại Trung Quốc: taobao, tmall, 1688,...",
  "version": "1.5",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://ali88vn.com/*",
      "https://order.ali88vn.com/*",
      "http://order.ali88vn.com/*",
      "http://ali88vn.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.ali88vn.com/"
  ],
  "icons": {
    "16": "img/ali88-chromeext-icon16.png",
    "48": "img/ali88-chromeext-icon48.png",
    "128": "img/ali88-chromeext-icon128.png"
  },
  "oauth2": {
    "client_id": "918113404185-uo3nob1dvra30p85frlfcg7socvc9252.apps.googleusercontent.com",
    "scopes": [
      "profile"
    ]
  },
  "content_security_policy": "script-src 'self' https://order.ali88vn.com; object-src 'self'"
}