Công Cụ Đặt Hàng Của Order Hàng Quốc Tế

Công Cụ Đặt Hàng Của Order Hàng Quốc Tế

Order Hàng Quốc Tế cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các trang TMĐT: 1688, TMALL, Taobao.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "new_background.js"
  },
  "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/*"
      ]
    }
  ],
  "content_security_policy": {},
  "description": "Order Hàng Quốc Tế cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các trang TMĐT: 1688, TMALL, Taobao.",
  "host_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://orderhangquocte.com/*",
    "http://orderhangquocte.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAM3VyrY70fv+XKrI9VxWPdxcWQkgwER7GPZEPhFUhNOJ0RJxJzHBcdRPymU/y2E9ZTGxLRQAC46FE/lBjwAE7M0CxhQYiVprhHUwD4XGMohlLtreRDXLz5TQCUuSs1yydReCIPu1uKPPlX+m3PPKMqccsWCG0YQ8xULt1j2aHso9gqKmUwoTnVuG1Zwm4SDVkf+q8O+MUbJir8Y1wznmyk+oeexdmxITAr8T0PGzFuIEjRJSJHe8UA/bo/x4P9L4ecJE7HvH32mBjaOfpZ/TvD/EzRbxDBQT+AQsDq/hQXGOkXLIYzZInp+L9V+fVpFg4owdNkXPihzWlV1E1BsTwIDAQAB",
  "manifest_version": 3,
  "name": "Công Cụ Đặt Hàng Của Order Hàng Quốc Tế",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Order Hàng Quốc Tế",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.7",
  "web_accessible_resources": [
    {
      "extension_ids": [
        "bhpnljiijejbhapahgobhbhplpncacci"
      ],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/main.css",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}