Công Cụ Đặt Hàng Của Nhập Hàng Siêu Tốc

Công Cụ Đặt Hàng Của Nhập Hàng Siêu Tốc

Nhập Hàng Siêu Tốc cung cấp 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ử như 1688, TMALL, Taobao.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/font-awesome.css"
      ],
      "js": [
        "js/jquery.js",
        "js/test.js",
        "js/md5.min.js",
        "js/config.js",
        "js/script.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/*"
      ]
    }
  ],
  "description": "Nhập Hàng Siêu Tốc cung cấp 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ử như 1688, TMALL, Taobao.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmcSLGzVdMSZaGzNv6QLpQsZj1tt7Xf4onMlViJEsg9jEXgg/oiwXAx/TizIgQ+/78t9CzbOjNoRYzXedSnOAEwALd1ctnMcoY4V26LDFaeu0GauSFf06jS1ofzM6M+sTly0/+XkAHZSGSF7AwjLOVOfKk3q7dTIq/wPePaL3ltpexNQ2cTkGWnF7bQWg0Q+nCNDDGsfAu3PvbeKVcv9G/ZbTCTvk2WtMjPewk3bAWpeyVeaqXUey2iicEMYinAgmmrOJMtnbgYKZgHiAAoTy0YOtTrvs1/5witznGgn6ZGGNdVSxkPp6HvnJn1rN20ORYX+DNNzaY47ABr8dOdm1kwIDAQAB",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng Của Nhập Hàng Siêu Tốc",
  "options_page": "options.html",
  "permissions": [
    "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://nhaphangsieutoc.com/*",
    "http://nhaphangsieutoc.com/*",
    "storage"
  ],
  "short_name": "Nhập Hàng Siêu Tốc",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1",
  "web_accessible_resources": [
    "images/*",
    "template/*",
    "css/*",
    "js/getGlobalData.js"
  ]
}