Tracking Panda

Track your packages realtime and automatically notified when the shipping status is changed

Tracking Pandaとは何ですか?

Tracking Pandaはhttps://trackingpanda.com/browser-extensionによって開発されたChromeの拡張機能で、その主な機能は「Track your packages realtime and automatically notified when the shipping status is changed」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Tracking Panda is a Chrome Extension which can be used to get tracking status of shipping items.

It is useful extension if you need any parcel tracking. You can simply enter your tracking number and get latest status of your shipment.

Currently it is supported USPS tracking, UPS tracking, FedEx tracking,  DHL Express tracking, Lasership tracking, OnTrac tracking, Canada Post tracking, Mondial Relay tracking.                    

拡張機能の基本情報

名前 Tracking Panda Tracking Panda
ID dnbcjlcejhcnfbbleipnmgodklepaaeb
公式URL https://chrome.google.com/webstore/detail/tracking-panda/dnbcjlcejhcnfbbleipnmgodklepaaeb
説明 Track your packages realtime and automatically notified when the shipping status is changed
ファイルサイズ 1.57 MB
インストール数 90
現在のバージョン 1.2.4
最終更新日 2017-11-30
公開日 2017-11-30
評価 3.00/5 合計 2 レビュー
開発者 https://trackingpanda.com/browser-extension
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://trackingpanda.com/chrome-extension/
プライバシーポリシーページのURL https://extensionmatrix.com/pdftojpg
対応言語 en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Tracking Panda"
    },
    "background": {
        "scripts": [
            "js\/Background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionmatrix.com\/*"
            ],
            "js": [
                "js\/ContentScripts\/injectDivExtensionId.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trackingpanda.com\/browser-extension\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "description": "Track your packages realtime and automatically notified when the shipping status is changed",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/ https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Tracking Panda",
    "short_name": "Tracking Panda",
    "options_page": "html\/options.html",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4",
    "web_accessible_resources": []
}