快递助手

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

What is 快递助手?

快递助手 is a Chrome extension developed by mino, and its main feature is "快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能".

Extension Screenshots

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 hghlokkgbicmblinhepcibacaiegldeg
Official URL https://chromewebstore.google.com/detail/%E5%BF%AB%E9%80%92%E5%8A%A9%E6%89%8B/hghlokkgbicmblinhepcibacaiegldeg
Description 快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能
File Size 332 KB
Installation Count 784
Current Version 23.8.20.719
Last Updated 2023-08-20
Publish Date 2020-01-16
Rating 4.66/5 Total 108 Ratings
Developer mino
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}