Courier Tracking

Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.

Courier Trackingとは何ですか?

Courier TrackingはVijayによって開発されたChromeの拡張機能で、その主な機能は「Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.」です。

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

screenshot

Courier Tracking拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        CTracking.in is offering a service for tracking the status of the various courier or mail services across the world. Currently we are supporting tracking of United States USPS, Fedex, DHL and BlueDart.

We are planning to add more services like DTDC, Professinal couriers, Indian Speed Post, UPS, Canada Post, Trackon couriers and First Flight Couriers.                    

拡張機能の基本情報

名前 Courier Tracking Courier Tracking
ID fbacmchaifbjifdcoohnkbpbfnlpodle
公式URL https://chrome.google.com/webstore/detail/courier-tracking/fbacmchaifbjifdcoohnkbpbfnlpodle
説明 Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.
ファイルサイズ 11.16 KB
インストール数 182
現在のバージョン 0.7
最終更新日 2015-04-05
公開日 2015-04-05
評価 2.67/5 合計 6 レビュー
開発者 Vijay
支払い方法 free
拡張機能のウェブサイト http://ctracking.in
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Courier Tracking",
    "short_name": "Track the Status of Different Courier Services",
    "description": "Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.",
    "version": "0.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}