Delivery Tracker
Tracks UPS, FedEx and USPS packages
What is Delivery Tracker?
Delivery Tracker is a Chrome extension developed by Fanousek, and its main feature is "Tracks UPS, FedEx and USPS packages".
Extension Screenshots
Download Delivery Tracker Extension CRX File
Download Delivery Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select USPS, UPS or FedEx tracking number within a web page, right-click to bring up a pop-up menu, click the "Track..." option and corresponding tracking information will open in a new browser tab. No tab opens if the tracking number cannot be associated with any of these carriers.
Extension Basic Information
Name | Delivery Tracker |
ID | igagonkpidkgnebflamppafngdhdmlho |
Official URL | https://chromewebstore.google.com/detail/delivery-tracker/igagonkpidkgnebflamppafngdhdmlho |
Description | Tracks UPS, FedEx and USPS packages |
File Size | 15.95 KB |
Installation Count | 1,533 |
Current Version | 0.7 |
Last Updated | 2022-06-10 |
Publish Date | 2019-02-14 |
Rating | 2.00/5 Total 3 Ratings |
Developer | Fanousek |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delivery Tracker", "description": "Tracks UPS, FedEx and USPS packages", "version": "0.7", "permissions": [ "contextMenus" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png" }, "background": { "scripts": [ "deliverytracker.js" ] }, "manifest_version": 2 } |