TipTop
Easily find the leading products of each category in Amazon
Hvad er TipTop?
TipTop er en Chrome-udvidelse udviklet af ProfileWhiz, og dens hovedfunktion er "Easily find the leading products of each category in Amazon".
Udvidelsesskærmbilleder
Download TipTop-udvidelses-CRX-fil
Download TipTop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | figjcpfnefjodljlppbddicbeibdlmkj |
| Officiel URL | https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj |
| Beskrivelse | Easily find the leading products of each category in Amazon |
| Filstørrelse | 22.88 KB |
| Antal Installationer | 35 |
| Nuværende Version | 0.0.3 |
| Senest Opdateret | 2022-03-24 |
| Udgivelsesdato | 2022-03-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | ProfileWhiz |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |