Tracking Panda
Track your packages realtime and automatically notified when the shipping status is changed
Was ist Tracking Panda?
Tracking Panda ist eine Chrome-Erweiterung, die von https://trackingpanda.com/browser-extension entwickelt wurde, und ihr Hauptmerkmal ist "Track your packages realtime and automatically notified when the shipping status is changed".
Erweiterungsscreenshots
Tracking Panda-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tracking Panda-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dnbcjlcejhcnfbbleipnmgodklepaaeb |
Offizielle URL | https://chrome.google.com/webstore/detail/tracking-panda/dnbcjlcejhcnfbbleipnmgodklepaaeb |
Beschreibung | Track your packages realtime and automatically notified when the shipping status is changed |
Dateigröße | 1.57 MB |
Installationsanzahl | 90 |
Aktuelle Version | 1.2.4 |
Letztes Update | 2017-11-30 |
Veröffentlichungsdatum | 2017-11-30 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://trackingpanda.com/browser-extension |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://trackingpanda.com/chrome-extension/ |
URL der Datenschutzrichtlinien-Seite | https://extensionmatrix.com/pdftojpg |
Unterstützte Sprachen | 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": [] } |