快递助手

快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能

快递助手とは何ですか?

快递助手はminoによって開発されたChromeの拡張機能で、その主な機能は「快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

快递助手拡張機能のCRXファイルをダウンロード

快递助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 自动识别单号
- 自动查询更新信息
- 桌面提醒
- 查询记录
- 标签管理                    

拡張機能の基本情報

名前 快递助手 快递助手
ID hghlokkgbicmblinhepcibacaiegldeg
公式URL https://chromewebstore.google.com/detail/%E5%BF%AB%E9%80%92%E5%8A%A9%E6%89%8B/hghlokkgbicmblinhepcibacaiegldeg
説明 快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能
ファイルサイズ 332 KB
インストール数 784
現在のバージョン 23.8.20.719
最終更新日 2023-08-20
公開日 2020-01-16
評価 4.66/5 合計 108 レビュー
開発者 mino
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5feb\u9012\u52a9\u624b",
    "version": "23.8.20.719",
    "description": "\u5feb\u9012\u52a9\u624b\uff0c\u8f7b\u677e\u5feb\u6377\u7684\u7ba1\u7406\u4f60\u7684\u5feb\u9012\uff0c\u652f\u6301\u5927\u90e8\u5206\u5feb\u9012\u516c\u53f8\u3001\u540e\u53f0\u67e5\u8be2\u3001\u684c\u9762\u63d0\u793a\u7b49\u529f\u80fd",
    "homepage_url": "https:\/\/github.com\/minosss\/express-plus",
    "minimum_chrome_version": "109",
    "action": {
        "default_title": "\u5feb\u9012\u52a9\u624b",
        "default_popup": "popup.00ba60e3.html",
        "default_icon": {
            "128": "icon.c289aec5.png"
        }
    },
    "icons": {
        "128": "icon.c289aec5.png"
    },
    "background": {
        "service_worker": "background.f1916e74.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "offscreen.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "webRequest",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*.kuaidi100.com\/*"
    ]
}