Bảo Nghĩa Order & Logistics

Bảo Nghĩa Order & Logistics

Cho phép đặt hàng từ các trang thương mại điện tử Taobao, Tmall, 1688

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bảo Nghĩa Order & Logistics",
  "description": "Cho phép đặt hàng từ các trang thương mại điện tử Taobao, Tmall, 1688",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*"
      ],
      "js": [
        "libs/jquery-2.2.4.min.js",
        "libs/jquery.modal/jquery.modal.min.js",
        "index.js"
      ],
      "css": [
        "libs/jquery.modal/jquery.modal.min.css",
        "styles/styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "template/index.html"
  ]
}