速卖通订单物流异常监控

速卖通订单物流异常监控

速卖通订单物流异常监控

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "速卖通订单物流异常监控",
  "homepage_url": "https://yf.aezhushou.com",
  "version": "3.4",
  "manifest_version": 2,
  "description": "速卖通订单物流异常监控",
  "icons": {
    "16": "image/icon.png",
    "48": "image/icon.png",
    "128": "image/icon.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.aliexpress.com/*",
      "*://*.aezhushou.com/aeEye/*"
    ]
  },
  "background": {
    "scripts": [
      "html/jquery.js",
      "html/cryp.js",
      "html/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "html/jquery.js",
        "html/sweetalert.min.js",
        "html/insert_plugin.js",
        "html/aeEyes.js"
      ],
      "css": [
        "html/sweetalert.css",
        "html/mycss.css"
      ],
      "matches": [
        "*://*.aezhushou.com/aeEye/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "html/jquery.js",
        "html/eyeurl.js"
      ],
      "matches": [
        "*://global.cainiao.com/detail.htm*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "cookies",
    "storage",
    "background",
    "webRequest",
    "webRequestBlocking",
    "*://*.aliexpress.com/*",
    "*://www.aezhushou.com/*",
    "*://tit.aezhushou.com/*",
    "*://www.trackdog.com/track.htm*",
    "*://www.trackdog.com/getTrackFromPage.json*",
    "*://global.cainiao.com/trackWebQueryRpc/getTrackingInfos.json*",
    "*://www.dianxiaomi.com/*",
    "*://global.cainiao.com/global/detail.json*",
    "*://*.aezhushou.com/aeEye/*"
  ]
}