Tracking Panda

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

Tracking Panda क्या है?

Tracking Panda https://trackingpanda.com/browser-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your packages realtime and automatically notified when the shipping status is changed"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tracking Panda एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": []
}