台灣宅配/掛號快查

快速查詢黑貓宅急便、台灣宅配通及郵局國內快捷/掛號/包裹等運送追蹤,以JS實作。

What is 台灣宅配/掛號快查?

台灣宅配/掛號快查 is a Chrome extension developed by https://hugojay.com, and its main feature is "快速查詢黑貓宅急便、台灣宅配通及郵局國內快捷/掛號/包裹等運送追蹤,以JS實作。".

Extension Screenshots

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

                        快速查詢黑貓宅急便、台灣宅配通及郵局國內快捷/掛號/包裹等運送追蹤

正在心急如焚地等你的網購包裹、信用卡掛號信嗎?
本套件提供極簡、快速的查詢介面,可查詢中華郵政國內快捷/掛號/包裹、黑貓宅急便、台灣宅配通、7-11取貨/交貨便等物流之動態,未來還可支援更多廠商。


純以JavaScript實作

以單純 JS 方式直接連接各廠商網站的查詢系統,不透過第三方,確保結果一致、可靠,程式簡單、可維護。


本套件開放原始碼 Open Source 於 GitHub !!
https://github.com/hugojay/PackageTrackerTW.crx


更新 changelog:
2015/12/24(v1.2.3) 修正(更新)宅急便無法快查的問題
2013/03/28(v1.2.2) 增7-11交貨便查詢支援、修正「開啟原網頁」點擊失效                    

Extension Basic Information

Name 台灣宅配/掛號快查 台灣宅配/掛號快查
ID iaenbafdhkjdnkfipdfedbfhhkakhkhi
Official URL https://chromewebstore.google.com/detail/%E5%8F%B0%E7%81%A3%E5%AE%85%E9%85%8D%E6%8E%9B%E8%99%9F%E5%BF%AB%E6%9F%A5/iaenbafdhkjdnkfipdfedbfhhkakhkhi
Description 快速查詢黑貓宅急便、台灣宅配通及郵局國內快捷/掛號/包裹等運送追蹤,以JS實作。
File Size 46.15 KB
Installation Count 137
Current Version 1.2.3
Last Updated 2015-12-24
Publish Date 2015-12-23
Rating 5.00/5 Total 6 Ratings
Developer https://hugojay.com
Payment Type free
Extension Website https://github.com/hugojay/PackageTrackerTW.crx
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53f0\u7063\u5b85\u914d\/\u639b\u865f\u5feb\u67e5",
    "version": "1.2.3",
    "description": "\u5feb\u901f\u67e5\u8a62\u9ed1\u8c93\u5b85\u6025\u4fbf\u3001\u53f0\u7063\u5b85\u914d\u901a\u53ca\u90f5\u5c40\u570b\u5167\u5feb\u6377\/\u639b\u865f\/\u5305\u88f9\u7b49\u904b\u9001\u8ffd\u8e64\uff0c\u4ee5JS\u5be6\u4f5c\u3002",
    "icons": {
        "48": "icons\/logo.48.png",
        "128": "icons\/logo.128.png"
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "\u5b85\u914d\/\u639b\u865f\u5feb\u67e5",
        "default_icon": {
            "19": "icons\/logo.19.png",
            "38": "icons\/logo.38.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}