TipTop
Easily find the leading products of each category in Amazon
Wat is TipTop?
TipTop is een Chrome-extensie ontwikkeld door ProfileWhiz, en de belangrijkste functie is "Easily find the leading products of each category in Amazon".
Extensie Screenshots
Download het CRX-bestand van de extensie TipTop
Download TipTop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | figjcpfnefjodljlppbddicbeibdlmkj | 
| Officiële URL | https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj | 
| Beschrijving | Easily find the leading products of each category in Amazon | 
| Bestandsgrootte | 22.88 KB | 
| Aantal Installaties | 35 | 
| Huidige Versie | 0.0.3 | 
| Laatst Bijgewerkt | 2022-03-24 | 
| Publicatiedatum | 2022-03-23 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | ProfileWhiz | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |