TipTop

Easily find the leading products of each category in Amazon

Co to jest TipTop?

TipTop to rozszerzenie Chrome opracowane przez ProfileWhiz, a jego główną funkcją jest „Easily find the leading products of each category in Amazon”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TipTop

Pobierz pliki rozszerzeń TipTop 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 extension makes Amazon shopping much easier by listing a product rank within the different categories and the top products within that category right where you need it.                    

Podstawowe informacje o rozszerzeniu

Nazwa TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
Oficjalny URL https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
Opis Easily find the leading products of each category in Amazon
Rozmiar pliku 22.88 KB
Liczba instalacji 35
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2022-03-24
Data Publikacji 2022-03-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ProfileWhiz
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": "TipTop",
    "description": "Easily find the leading products of each category in Amazon",
    "version": "0.0.3",
    "version_name": "0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [],
    "icons": {
        "128": "assets\/img\/tiptop-logo.jpeg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}