省运费助手

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

省运费助手란 무엇입니까?

省运费助手은(는) 清明雨上에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "店小秘发货时,实时显示运费、订单利润、智能拆包推荐、显示所有渠道运费、渠道升级补运费提醒、重量越重运费越便宜提醒。新增利润统计功能。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

省运费助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 省运费助手 省运费助手
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"
            }
        ]
    }
}