Track this!
An extention to easily track your packages!
Was ist Track this!?
Track this! ist eine Chrome-Erweiterung, die von Rakesh Das entwickelt wurde, und ihr Hauptmerkmal ist "An extention to easily track your packages!".
Erweiterungsscreenshots
Track this!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Track this!-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
This adds an option in your context menu so that when you select a tracking number for a package for any carrier (UPS, USPS, DHL, etc.) you can easily track it using AfterShip. Now uses AfterShip instead of Boxoh for more reliable and better tracking of packages from almost all shipping carriers. If you enjoy this extension, please consider leaving a rating and a review.
Grundlegende Informationen zur Erweiterung
Name | Track this! |
ID | jigkbfpiflmklapapepfgefgdangijbo |
Offizielle URL | https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo |
Beschreibung | An extention to easily track your packages! |
Dateigröße | 60.01 KB |
Installationsanzahl | 714 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2015-10-15 |
Veröffentlichungsdatum | 2015-10-15 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | Rakesh Das |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Track this!", "version": "1.1.0", "manifest_version": 2, "description": "An extention to easily track your packages!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |