TipTop

Easily find the leading products of each category in Amazon

Qu'est-ce que TipTop ?

TipTop est une extension Chrome développée par ProfileWhiz, et sa fonction principale est "Easily find the leading products of each category in Amazon".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TipTop

Téléchargez les fichiers d'extension TipTop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
URL Officiel https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
Description Easily find the leading products of each category in Amazon
Taille du Fichier 22.88 KB
Nombre d'Installations 35
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-03-24
Date de Publication 2022-03-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur ProfileWhiz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}