WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
UPS Tracking

UPS Tracking

View on Chrome Web Store
View UPS Tracking Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (4 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

UPS Tracking brings you a blazing-fast, one-step solution for keeping tabs on every UPS delivery—right from your browser by setting…
Type
Extension
Users
20,000 users
10K
USPS Tracking
View author page of USPS Tracking
Published
Published on May 2, 2025
Version 1.0.0.0
Manifest version
3
Updated
Updated on May 2, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View UPS Tracking Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "short_name": "UPS Tracking",
    "name": "UPS Tracking",
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*.json"
            ]
        }
    ],
    "icons": {
        "128": "assets\/image\/UPSLogo.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "search"
    },
    "host_permissions": [
        "*:\/\/trackingnumbers.org\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Online",
            "keyword": "UPSTracking",
            "search_url": "https:\/\/trackingnumbers.org\/admin-ups\/public\/link?q={searchTerms}",
            "suggest_url": "https:\/\/trackingnumbers.org\/admin-ups\/public\/autosuggest?searchTerm={searchTerms}",
            "favicon_url": "https:\/\/trackingnumbers.org\/admin-ups\/public\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top