速卖通订单物流异常监控

速卖通订单物流异常监控

什么是速卖通订单物流异常监控?

速卖通订单物流异常监控是由速卖通运营助手开发的Chrome扩展程序,该扩展的主要功能是“速卖通订单物流异常监控”。

扩展截图

screenshot

下载速卖通订单物流异常监控扩展crx文件

下载速卖通订单物流异常监控扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 速卖通订单物流异常监控 速卖通订单物流异常监控
ID piegchibnpmcakajffobpnkccilihldi
官方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
简介 速卖通订单物流异常监控
文件大小 76.19 KB
安装次数 378
当前版本 3.4
更新时间 2022-11-03
上架时间 2020-07-28
评分 5.00/5 共1次评分
开发者 速卖通运营助手
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.aezhushou.com/web/policy.html
支持的语言 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\/*"
    ]
}