Công Cụ Đặt Hàng Nhận Ship Hàng

Công Cụ Đặt Hàng Nhận Ship Hàng

Nhận Ship Hàng 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


{
  "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/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": "Nhận Ship Hàng 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.",
  "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://nhanshiphang.com/*",
    "http://nhanshiphang.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnNK+kmTd/d5r+wJYmskFzFi8JkrdjJST3t4bOuAHBmhsljkgFg5RdiLQzd2bTKnBSvRchPTOB09i3fRKKaEB/ifJtggdZXwvtAXSfzko+oiwaDJ51jKpg2EfAmI1gygPSS/phVerY/zUqu0c9GasMhdDRqLhFuyw2vUbM9StgWgtD+0yBLAxsAJXEquGvwEHRiRV9BFh2TtgW9P/4+Ip6YYl8KLgIKjJdblMJzdgOaBLPkifi9xifrjP9vMx32XwOEDQbXfDAK7+sUcD893Nxg1FpLKdiT5SKxWzHUyJeD77WZ0LgQSqGGajpbrdIX3mBK1VLQRRvehtsINsIXLgLQIDAQAB",
  "manifest_version": 3,
  "name": "Công Cụ Đặt Hàng Nhận Ship Hàng",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Công Cụ Đặt Hàng Nhận Ship Hàng",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.3.5",
  "web_accessible_resources": [
    {
      "extension_ids": [
        "bhpnljiijejbhapahgobhbhplpncacci"
      ],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/main.css",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}