TipTop
Easily find the leading products of each category in Amazon
Cos'è TipTop?
TipTop è un'estensione di Chrome sviluppata da ProfileWhiz, e la sua funzione principale è "Easily find the leading products of each category in Amazon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TipTop
Scarica i file di estensione TipTop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | TipTop |
ID | figjcpfnefjodljlppbddicbeibdlmkj |
URL Ufficiale | https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj |
Descrizione | Easily find the leading products of each category in Amazon |
Dimensione del File | 22.88 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2022-03-24 |
Data di Pubblicazione | 2022-03-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ProfileWhiz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |