省运费助手

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

什麼是省运费助手?

省运费助手是由清明雨上開發的Chrome擴展程式,該擴展的主要功能是“店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載省运费助手擴展crx文件

下載省运费助手擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 省运费助手 省运费助手
ID hpblmpbddobmnknnfnfmlpnhgnminaeo
官方網址 https://chromewebstore.google.com/detail/%E7%9C%81%E8%BF%90%E8%B4%B9%E5%8A%A9%E6%89%8B/hpblmpbddobmnknnfnfmlpnhgnminaeo
簡介 店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。
檔案大小 402 KB
安裝次數 1,000
目前版本 2.23
更新時間 2023-12-21
上架時間 2022-08-23
開發者 清明雨上
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tit.aezhushou.com/web/aemwmc/mwmc.html
說明頁面URL https://www.yuque.com/helps/mwmc
隱私政策頁面URL https://www.aezhushou.com/web/policy.html
支援的語言 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"
            }
        ]
    }
}