Công Cụ Đặt Hàng Của Vinh Gia Logistics

Công Cụ Đặt Hàng Của Vinh Gia Logistics

Vinh Gia Logistics 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": "Vinh Gia Logistics 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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArttP15REwya4nrF+7W8GAE00GAG6YKToQDbT1jtVHcdmZSCiZvw21LVHUlvVZwNh4xa6EajXNxMrYmxuqsT0Tfq3Vlx/tWEbaXCqmcxftEAb76rcM+54+Cql3ImXWWjRST3XImxtOoDG5PeSlISOROkhJ0ayfM0O+D0ILSTLLQoCAYpHs2DZe9hAB/I72InVzT/Pq3ekd5EMj5932mKWYrJLgl8OuyACk8WCD6/oO3dUQUDLQu3y8xQe2Uqavq6TPg/GKCMu0T0AtQfKZf15i0vx0G0yRdUkoOXjpl1yrTenOxAQKukpyksWMHjfKqZ0TpUq5VAPle6YeMq/Qqu3vwIDAQAB",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng Của Vinh Gia Logistics",
  "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://orderhanghoa.com/*",
    "http://orderhanghoa.com/*",
    "storage"
  ],
  "short_name": "Vinh Gia Logistics",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.7",
  "web_accessible_resources": [
    "images/*",
    "template/*",
    "css/*",
    "js/getGlobalData.js"
  ]
}