Công Cụ Đặt Hàng Của Nhập Sỉ China

Công Cụ Đặt Hàng Của Nhập Sỉ China

Nhập Sỉ China 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/main.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": "Nhập Sỉ China 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://nhapsichina.vn/*",
    "http://nhapsichina.vn/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlos2IsFSnfCiwhxIXwvoDleFbTw1r9Ly1Cbctu5GVdfgAfdw57kIITSTxAAkXreZbbcTARbsq7+pzuYnFSdpyJa9YuGp++7vEIhU1vmk3pNSdW847AX6BTBS94uc4wnb6D8Lntm19SohvdwqAxptwfz9e8/Yl3V86YEtYdk2pdYiQPHZavaMneU9b6C/tgH4Yz9IV4qqId++mpNp6gSF3nnewc3JMRUrX7bsby8jzbwtI1+ydhR96p8NvJn10Ij5WRkHDJTjwNkdEjOjz4YR0wVmH/N+1le61XX4THv43cXkdRNYBSSmvYhBAkbsbVBoKYb3iEtcRBaJ4kedPEAi0QIDAQAB",
  "manifest_version": 3,
  "name": "Công Cụ Đặt Hàng Của Nhập Sỉ China",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Nhập Sỉ China",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.6",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/main.css",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}