Package Tracker

Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package.…

Was ist Package Tracker?

Package Tracker ist eine Chrome-Erweiterung, die von 做好事不留名 entwickelt wurde, und ihr Hauptmerkmal ist "Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package.…".

Erweiterungsscreenshots

screenshot

Package Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Package Tracker-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

                        Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package. Press the search button - the history of the movement of the parcel will open.

The extension identifies the courier of your parcel and searches for a postal item on the sites of courier services and on the sites of aggregators. You do not need to know the addresses of the sites, the extension knows which sites to look for information about your shipment.

The parcel tracker will find the most complete information about your parcel from several sources, track the full path of all stopping points. Also Package Tracker can find the current position of trackless parcels.                    

Grundlegende Informationen zur Erweiterung

Name Package Tracker Package Tracker
ID hommgcmlchmdindijhaodbngbiamhgmm
Offizielle URL https://chromewebstore.google.com/detail/package-tracker/hommgcmlchmdindijhaodbngbiamhgmm
Beschreibung Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package.…
Dateigröße 34.09 KB
Installationsanzahl 908
Aktuelle Version 1.0.1
Letztes Update 2023-02-22
Veröffentlichungsdatum 2023-02-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler 做好事不留名
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Package Tracker",
    "version": "1.0.1",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "cookies"
    ],
    "action": {
        "default_title": "Default Title",
        "default_popup": "index.html",
        "default_icon": {
            "512": "icons\/logo.png"
        }
    },
    "icons": {
        "512": "icons\/logo.png"
    }
}