速卖通订单物流异常监控

速卖通订单物流异常监控

What is 速卖通订单物流异常监控?

速卖通订单物流异常监控 is a Chrome extension developed by 速卖通运营助手, and its main feature is "速卖通订单物流异常监控".

Extension Screenshots

screenshot

Download 速卖通订单物流异常监控 Extension CRX File

Download 速卖通订单物流异常监控 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        方便快捷监控速卖通订单物流信息,主要功能如下:
1、速卖通订单物流异常监控;
2、一键同步速卖通订单和物流信息;
3、及时发现入库失败、投递失败、国内中转时间过长等物流异常情况;
4、及时发现异常物流,及时与用户沟通,提高用户满意度,最大程度减少损失。                    

Extension Basic Information

Name 速卖通订单物流异常监控 速卖通订单物流异常监控
ID piegchibnpmcakajffobpnkccilihldi
Official URL https://chromewebstore.google.com/detail/%E9%80%9F%E5%8D%96%E9%80%9A%E8%AE%A2%E5%8D%95%E7%89%A9%E6%B5%81%E5%BC%82%E5%B8%B8%E7%9B%91%E6%8E%A7/piegchibnpmcakajffobpnkccilihldi
Description 速卖通订单物流异常监控
File Size 76.19 KB
Installation Count 378
Current Version 3.4
Last Updated 2022-11-03
Publish Date 2020-07-28
Rating 5.00/5 Total 1 Ratings
Developer 速卖通运营助手
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.aezhushou.com/web/policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u901f\u5356\u901a\u8ba2\u5355\u7269\u6d41\u5f02\u5e38\u76d1\u63a7",
    "homepage_url": "https:\/\/yf.aezhushou.com",
    "version": "3.4",
    "manifest_version": 2,
    "description": "\u901f\u5356\u901a\u8ba2\u5355\u7269\u6d41\u5f02\u5e38\u76d1\u63a7",
    "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\/*"
    ]
}