eTrack - Package Tracking

The One Click Package Tracker That Monitors All Your Orders In One Place.

¿Qué es eTrack - Package Tracking?

eTrack - Package Tracking es una extensión de Chrome desarrollada por eTrack, y su función principal es "The One Click Package Tracker That Monitors All Your Orders In One Place.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión eTrack - Package Tracking

Descarga archivos de extensión eTrack - Package Tracking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Whether you're shopping for everyday items or awaiting integral business shipments, our all-encompassing package tracking extension makes sure you never again have to ask the question…

“...where on Earth is my package?”

Our simple Package Tracking Chrome extension allows you to monitor the progress of all of your orders in one convenient dashboard. With more compatible carriers than any other platform, we give you the power to…

-	Monitor the progress of each and every order
-	Anticipate potential delays in your upcoming deliveries
-	Easily organize your ongoing shipments
-	Save yourself the time and frustration of jumping between countless third-party package tracking sites
-	Quickly add AliExpress orders to tracking from the order list
- 	Convenient tracking by tracking numbers through the context menu
-	Get notifications about the change in the status of the package.

If you can ship it, we can track it. That’s our promise!

The all-in-one package tracker embodies a rich & beautiful package tracking experience no matter what carrier you use.

You can track the packages from popular marketplaces: Amazon, eBay, AliExpress, and many others.

We support USPS, DHL, FedEx, UPS, and more than 700+ postal services.                    

Información Básica de la Extensión

Nombre eTrack - Package Tracking eTrack - Package Tracking
ID eagjogpknkkfgelchdkhdmgiljjidndf
URL Oficial https://chromewebstore.google.com/detail/etrack-package-tracking/eagjogpknkkfgelchdkhdmgiljjidndf
Descripción The One Click Package Tracker That Monitors All Your Orders In One Place.
Tamaño del Archivo 7.16 MB
Cantidad de Instalaciones 34,163
Versión Actual 0.0.8
Última Actualización 2022-05-09
Fecha de Publicación 2021-09-03
Calificación 4.76/5 Total de 89 Calificaciones
Desarrollador eTrack
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://etrack.ai/
URL de la Página de Ayuda https://etrack.ai/contact/
URL de la Página de Política de Privacidad https://etrack.ai/privacy-policy
Idiomas Soportados en
manifest.json
{
    "name": "eTrack - Package Tracking",
    "description": "The One Click Package Tracker That Monitors All Your Orders In One Place.",
    "author": "eTrack.ai",
    "version": "0.0.8",
    "manifest_version": 2,
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "notifications",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "hot-reload.js",
            ".\/static\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo128.png"
    },
    "options_page": "index.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/etrack.ai\/",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "css\/*",
        "static\/*",
        "images\/*",
        "icons\/*",
        "*.css"
    ]
}