速卖通称重和运费校验
获取速卖通包裹计费重量和实收运费,并根据实际重量判断速卖通是否多称、多收运费,自动计算可赔付金额。
What is 速卖通称重和运费校验?
速卖通称重和运费校验 is a Chrome extension developed by 清明雨上, and its main feature is "获取速卖通包裹计费重量和实收运费,并根据实际重量判断速卖通是否多称、多收运费,自动计算可赔付金额。".
Extension Screenshots
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
获取速卖通包裹计费重量和实收运费,并根据实际重量判断速卖通是否多称、多收运费,自动计算可赔付金额。
Extension Basic Information
Name | 速卖通称重和运费校验 |
ID | mgimnepmkgcngdcpdgdclmdcebpnckad |
Official URL | https://chromewebstore.google.com/detail/%E9%80%9F%E5%8D%96%E9%80%9A%E7%A7%B0%E9%87%8D%E5%92%8C%E8%BF%90%E8%B4%B9%E6%A0%A1%E9%AA%8C/mgimnepmkgcngdcpdgdclmdcebpnckad |
Description | 获取速卖通包裹计费重量和实收运费,并根据实际重量判断速卖通是否多称、多收运费,自动计算可赔付金额。 |
File Size | 72.97 KB |
Installation Count | 253 |
Current Version | 1.3 |
Last Updated | 2023-04-09 |
Publish Date | 2023-01-03 |
Developer | 清明雨上 |
[email protected] | |
Payment Type | free |
Extension Website | https://tit.aezhushou.com/web/aeShipFeeReview/main.html?ifor=shipFeeReview |
Help Page URL | https://www.yuque.com/helps/sfr |
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\u79f0\u91cd\u548c\u8fd0\u8d39\u6821\u9a8c", "homepage_url": "https:\/\/tit.aezhushou.com\/web\/aeShipFeeReview\/main.html?ifor=shipFeeReview", "version": "1.3", "manifest_version": 3, "description": "\u83b7\u53d6\u901f\u5356\u901a\u5305\u88f9\u8ba1\u8d39\u91cd\u91cf\u548c\u5b9e\u6536\u8fd0\u8d39\uff0c\u5e76\u6839\u636e\u5b9e\u9645\u91cd\u91cf\u5224\u65ad\u901f\u5356\u901a\u662f\u5426\u591a\u79f0\u3001\u591a\u6536\u8fd0\u8d39\uff0c\u81ea\u52a8\u8ba1\u7b97\u53ef\u8d54\u4ed8\u91d1\u989d\u3002", "icons": { "16": "image\/icon.png", "48": "image\/icon.png", "128": "image\/icon.png" }, "background": { "service_worker": "html\/background.js" }, "content_scripts": [ { "js": [ "html\/jquery.js", "html\/underscore.js", "html\/sweetalert.min.js", "html\/g.js", "html\/checkShipFee.js" ], "css": [ "html\/sweetalert.css", "html\/mycss.css" ], "matches": [ "*:\/\/sg-cgmp.aliexpress.com\/aex-seller-center\/logistic\/logisticOrderManage*", "*:\/\/sg-cgmp.aliexpress.com\/ae-global-seller-center\/logistics_order_list*" ], "run_at": "document_end" } ], "content_security_policy": { "script-src": "*:\/\/tit.aezhushou.com" }, "permissions": [ "background", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/sg-cainiao.aliexpress.com\/*", "*:\/\/sg-cgmp.aliexpress.com\/*", "*:\/\/gsp.aliexpress.com\/*", "*:\/\/csp.aliexpress.com\/*", "*:\/\/seller-acs.aliexpress.com\/*", "*:\/\/tit.aezhushou.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule1", "enabled": true, "path": "rules.json" } ] } } |