TipTop
Easily find the leading products of each category in Amazon
Was ist TipTop?
TipTop ist eine Chrome-Erweiterung, die von ProfileWhiz entwickelt wurde, und ihr Hauptmerkmal ist "Easily find the leading products of each category in Amazon".
Erweiterungsscreenshots
TipTop-Erweiterungs-CRX-Datei herunterladen
Laden Sie TipTop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | figjcpfnefjodljlppbddicbeibdlmkj |
| Offizielle URL | https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj |
| Beschreibung | Easily find the leading products of each category in Amazon |
| Dateigröße | 22.88 KB |
| Installationsanzahl | 35 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2022-03-24 |
| Veröffentlichungsdatum | 2022-03-23 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ProfileWhiz |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |