Track this!

An extention to easily track your packages!

Co to jest Track this!?

Track this! to rozszerzenie Chrome opracowane przez Rakesh Das, a jego główną funkcją jest „An extention to easily track your packages!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Track this!

Pobierz pliki rozszerzeń Track this! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This adds an option in your context menu so that when you select a tracking number for a package for any carrier (UPS, USPS, DHL, etc.) you can easily track it using AfterShip.

Now uses AfterShip instead of Boxoh for more reliable and better tracking of packages from almost all shipping carriers.

If you enjoy this extension, please consider leaving a rating and a review.                    

Podstawowe informacje o rozszerzeniu

Nazwa Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
Oficjalny URL https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
Opis An extention to easily track your packages!
Rozmiar pliku 60.01 KB
Liczba instalacji 714
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2015-10-15
Data Publikacji 2015-10-15
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper Rakesh Das
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Track this!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "An extention to easily track your packages!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}