TipTop

Easily find the leading products of each category in Amazon

Vad är TipTop?

TipTop är en Chrome-tillägg utvecklad av ProfileWhiz, och dess huvudfunktion är "Easily find the leading products of each category in Amazon".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner TipTop-förlängningens CRX-fil

Ladda ner TipTop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
Officiell webbadress https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
Beskrivning Easily find the leading products of each category in Amazon
Filstorlek 22.88 KB
Antal Installationer 35
Aktuell Version 0.0.3
Senast Uppdaterad 2022-03-24
Publiceringsdatum 2022-03-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ProfileWhiz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}