Nhập mã vận đơn cho customer.xorder.vn

Nhập mã vận đơn cho customer.xorder.vn

Khách hàng sử dụng để nhập MVĐ vào hệ thống customer.xorder.vn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nhập mã vận đơn cho customer.xorder.vn",
  "description": "Khách hàng sử dụng để nhập MVĐ vào hệ thống customer.xorder.vn",
  "version": "1.0",
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16x16.png",
      "24": "images/icon_32x32.png",
      "32": "images/icon_32x32.png",
      "64": "images/icon_64x64.png",
      "128": "images/icon_128x128.png"
    },
    "default_title": "Nhập MVĐ cho customer.xorder.vn",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon_16x16.png",
    "32": "images/icon_32x32.png",
    "64": "images/icon_64x64.png",
    "128": "images/icon_128x128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "notifications",
    "declarativeContent",
    "https://xorder.vn/*"
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://buyertrade.taobao.com/*",
        "http://buyertrade.taobao.com/*",
        "http://trade.1688.com/*",
        "https://trade.1688.com/*",
        "http://work.1688.com/*",
        "https://work.1688.com/*"
      ],
      "css": [
        "all.min.css"
      ],
      "js": [
        "all.min.js"
      ]
    }
  ]
}