TWF Buy Box Scope BETA 1.1

Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers

Qu'est-ce que TWF Buy Box Scope BETA 1.1 ?

TWF Buy Box Scope BETA 1.1 est une extension Chrome développée par Geronimo Tortuga, et sa fonction principale est "Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TWF Buy Box Scope BETA 1.1

Téléchargez les fichiers d'extension TWF Buy Box Scope BETA 1.1 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

                        Great tool for OA and Wholesale sourcing.

Save scrolling time by seeing the category and Amazon Best Sellers Rank for products at the top of the page.

Displays number of FBA sellers that are within 2% of the buy box price.

Loads quickly.                    

Informations de Base sur l'Extension

Nom TWF Buy Box Scope BETA 1.1 TWF Buy Box Scope BETA 1.1
ID nleehhpkbdfkfijnboebfaijhjabfjeb
URL Officiel https://chromewebstore.google.com/detail/twf-buy-box-scope-beta-11/nleehhpkbdfkfijnboebfaijhjabfjeb
Description Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers
Taille du Fichier 462 KB
Nombre d'Installations 13,262
Version Actuelle 0.0.2.3
Dernière Mise à Jour 2020-04-21
Date de Publication 2020-04-20
Évaluation 4.00/5 Total 14 Évaluations
Développeur Geronimo Tortuga
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TWF Buy Box Scope BETA 1.1",
    "description": "Displays Category and Best Seller Rank At Top of Amazon Product Page w\/ Calculation of All Buy Box Eligible FBA Sellers",
    "version": "0.0.2.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon16.png",
            "38": "images\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/smile.amazon.com\/*",
                "http:\/\/www.amazon.com\/dp\/*",
                "https:\/\/www.amazon.com\/dp\/*",
                "http:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "http:\/\/www.amazon.com\/gp\/*",
                "https:\/\/www.amazon.com\/gp\/*"
            ],
            "js": [
                "js\/jquery\/jquery-3.4.1.min.js",
                "js\/contentscripts.js"
            ]
        }
    ]
}