省运费助手

店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。

What is 省运费助手?

省运费助手 is a Chrome extension developed by 清明雨上, and its main feature is "店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
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

                        店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增按月、季度、时间段的利润统计。                    

Extension Basic Information

Name 省运费助手 省运费助手
ID hpblmpbddobmnknnfnfmlpnhgnminaeo
Official URL https://chromewebstore.google.com/detail/%E7%9C%81%E8%BF%90%E8%B4%B9%E5%8A%A9%E6%89%8B/hpblmpbddobmnknnfnfmlpnhgnminaeo
Description 店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。
File Size 402 KB
Installation Count 1,000
Current Version 2.23
Last Updated 2023-12-21
Publish Date 2022-08-23
Developer 清明雨上
Email [email protected]
Payment Type free
Extension Website https://tit.aezhushou.com/web/aemwmc/mwmc.html
Help Page URL https://www.yuque.com/helps/mwmc
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": "\u7701\u8fd0\u8d39\u52a9\u624b",
    "homepage_url": "https:\/\/tit.aezhushou.com\/web\/aemwmc\/main.html?ifor=desc",
    "version": "2.23",
    "manifest_version": 3,
    "description": "\u5e97\u5c0f\u79d8\u53d1\u8d27\u65f6\uff0c\u5b9e\u65f6\u663e\u793a\u8fd0\u8d39\u3001\u8ba2\u5355\u5229\u6da6\u3001\u667a\u80fd\u62c6\u5305\u63a8\u8350\u3001\u663e\u793a\u6240\u6709\u6e20\u9053\u8fd0\u8d39\u3001\u6e20\u9053\u5347\u7ea7\u8865\u8fd0\u8d39\u63d0\u9192\u3001\u91cd\u91cf\u8d8a\u91cd\u8fd0\u8d39\u8d8a\u4fbf\u5b9c\u63d0\u9192\u3002\u65b0\u589e\u5229\u6da6\u7edf\u8ba1\u529f\u80fd\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\/echarts.min.js",
                "html\/g.js",
                "html\/mwmc.js"
            ],
            "css": [
                "html\/sweetalert.css",
                "html\/mycss.css"
            ],
            "matches": [
                "*:\/\/www.dianxiaomi.com\/order\/index.htm*",
                "*:\/\/www.dianxiaomi.com\/sys\/index.htm*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "script-src": "*:\/\/tit.aezhushou.com"
    },
    "permissions": [
        "background",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/www.dianxiaomi.com\/*",
        "*:\/\/tit.aezhushou.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}