Công Cụ Đặt Hàng Của Trung Việt Order

Công Cụ Đặt Hàng Của Trung Việt Order

Trung Việt Order 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/icon128.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": "Trung Việt Order 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/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg8F5XBAkJtpzmzkS+BbM0Se0B8/zuSVew6lV1cwD0sDr9HSpPyQ01mpQvPFt0NA0wMMdvSPc/3F0TOZ4nmN4SSeU+051brSDV0nWQhQ7GiutfkkTKV6ykk8FmM8YeCZx1lk2ercFE4ZVAZamMi8HU47RzZ+qjUWrT5kjTaJR0UBjB+r3F015XJHQdiSc7RGsgdDG00Y4xJr3G6CXYBnXMOVcHw1QT7atCuMxHd6SsqQxnuQ2dNXK6HB6u9pfaG8KNJ788ZaG8JMMh0nMOOZHl87gRh3IB4sWHFDGiapKWJU8fLtDcPoZG874BLbQa508XighSz4ujr4HSqwuiIqiOwIDAQAB",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng Của Trung Việt Order",
  "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://trungvietorder.com/*",
    "http://trungvietorder.com/*",
    "storage"
  ],
  "short_name": "Trung Việt Order",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8",
  "web_accessible_resources": [
    "images/*",
    "template/*",
    "css/*",
    "js/getGlobalData.js"
  ]
}