Công Cụ Đặt Hàng PRSORDER

Công Cụ Đặt Hàng PRSORDER

Công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử 1688, Tmall, Taobao.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "background.html",
    "default_icon": "images/logo.png",
    "default_title": "Công Cụ Đặt Hàng PRSORDER"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css",
        "css/style.default.css"
      ],
      "exclude_matches": [
        "https://daixiao.1688.com/*",
        "http://daixiao.1688.com/*"
      ],
      "js": [
        "js/jquery-2.2.3.min.js",
        "js/bootstrap.min.js",
        "js/tools.js",
        "js/config.js",
        "js/app.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/*",
        "https://*.prsorder.vn/*"
      ]
    },
    {
      "js": [
        "js/taobao.js"
      ],
      "css": [
        "css/bootstrap.min.css"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*"
      ]
    },
    {
      "js": [
        "js/tmall.js"
      ],
      "css": [
        "css/bootstrap.min.css"
      ],
      "matches": [
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://detail.tmall.com/*",
        "https://detail.tmall.com/*",
        "http://world.tmall.com/*",
        "https://*.world.tmall.com/*"
      ]
    },
    {
      "js": [
        "js/1688.js"
      ],
      "css": [
        "css/bootstrap.min.css"
      ],
      "matches": [
        "http://*.1688.com/*",
        "https://*.1688.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử 1688, Tmall, Taobao.",
  "icons": {
    "48": "images/logo.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng PRSORDER",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0",
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "template/*"
  ]
}