速卖通订单物流异常监控
速卖通订单物流异常监控
速卖通订单物流异常监控란 무엇입니까?
速卖通订单物流异常监控은(는) 速卖通运营助手에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "速卖通订单物流异常监控"입니다.
확장 프로그램 스크린샷
速卖通订单物流异常监控 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
方便快捷监控速卖通订单物流信息,主要功能如下: 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\/*" ] } |