快递助手

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

Cos'è 快递助手?

快递助手 è un'estensione di Chrome sviluppata da mino, e la sua funzione principale è "快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 快递助手

Scarica i file di estensione 快递助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 快递助手 快递助手
ID hghlokkgbicmblinhepcibacaiegldeg
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BF%AB%E9%80%92%E5%8A%A9%E6%89%8B/hghlokkgbicmblinhepcibacaiegldeg
Descrizione 快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能
Dimensione del File 332 KB
Conteggio Installazioni 784
Versione Corrente 23.8.20.719
Ultimo Aggiornamento 2023-08-20
Data di Pubblicazione 2020-01-16
Valutazione 4.66/5 Totale 108 Valutazioni
Sviluppatore mino
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}