PackageTrack - Package Tracker

Track all of your packages in one place, with PackageTrack.

Co je PackageTrack - Package Tracker?

PackageTrack - Package Tracker je rozšíření Chrome vyvinuté http://packagetrack.com, a jeho hlavní funkcí je „Track all of your packages in one place, with PackageTrack.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PackageTrack - Package Tracker

Stáhněte si soubory rozšíření PackageTrack - Package Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        When it comes to Package Tracking, PackageTrack for Chrome delivers an unrivaled experience. 

Boasting an incredibly simple & easy to use interface, you can track packages, parcels and shipments from some of the most popular shipping carriers available.  

Never miss a package and always know where your delivery is at. PackageTrack intelligently talks to all your favorite shipping carriers & shipment providers, pinpointing exactly where your package is. Then seemingly effortlessly, returns the result to you, to give you that enhanced package tracking experience. 

PackageTrack, the all in one package tracker, embodies a rich & beautiful package tracking experience no matter what carrier you use. 

We’ve even added the option to right click anywhere in your browser to add a package to PackageTrack. 

PackageTrack comes from people who share that excitement & thrill when receiving packages. We wanted to make that experience of knowing exactly where your package is profoundly better. We absolutely love Package Tracking. 

PackageTrack Feature List:
-	Connects to 20+ Different Package Carriers
-	Packages & Parcels Auto Update Several times a day 
-       Easily rename Packages
-       Drag & Drop Packages
-       Add packages from any website with a Right Click
-	Simple & Easy Extension Interface
-       Notification of Package & Shipment Deliveries
-	No Logins for our Extension
-	Minimal Ads
-	Direct integration with PackageTrack.com

PackageTrack is the best Package Tracking Extension on the Chrome Webstore! We Find your Packages.                    

Základní Informace o Rozšíření

Název PackageTrack - Package Tracker PackageTrack - Package Tracker
ID hoipjclokbelgffomjhhiflphegpmlpe
Oficiální URL https://chrome.google.com/webstore/detail/packagetrack-package-trac/hoipjclokbelgffomjhhiflphegpmlpe
Popis Track all of your packages in one place, with PackageTrack.
Velikost souboru 379 KB
Počet instalací 10,000
Aktuální Verze 6.0.3
Poslední Aktualizace 2021-02-16
Datum Vydání 2020-06-30
Hodnocení 3.86/5 Celkem 42 Hodnocení
Vývojář http://packagetrack.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://packagetrack.com
URL Stránky Nápovědy https://packagetrack.com/about/
URL Stránky Zásad Ochrany Soukromí https://fivebrackets.com/privacy
Podporované Jazyky de,en,fr,nl,vi,tr,es,it,pt-BR,sv,ru,hi,bn,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "6.0.3",
    "manifest_version": 2,
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "notifications",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "browser_action\/popup.html"
    },
    "web_accessible_resources": [
        "icons\/icon.png",
        "browser_action\/popup.html"
    ]
}