省运费助手

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

省运费助手คืออะไร?

省运费助手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 清明雨上 และคุณลักษณะหลักของมันคือ "店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 省运费助手

ดาวน์โหลดไฟล์ส่วนขยาย 省运费助手 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 省运费助手 省运费助手
ID hpblmpbddobmnknnfnfmlpnhgnminaeo
URL อย่างเป็นทางการ 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"
            }
        ]
    }
}