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

Was ist TWF Buy Box Scope BETA 1.1?

TWF Buy Box Scope BETA 1.1 ist eine Chrome-Erweiterung, die von Geronimo Tortuga entwickelt wurde, und ihr Hauptmerkmal ist "Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers".

Erweiterungsscreenshots

screenshot
screenshot

TWF Buy Box Scope BETA 1.1-Erweiterungs-CRX-Datei herunterladen

Laden Sie TWF Buy Box Scope BETA 1.1-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TWF Buy Box Scope BETA 1.1 TWF Buy Box Scope BETA 1.1
ID nleehhpkbdfkfijnboebfaijhjabfjeb
Offizielle URL https://chromewebstore.google.com/detail/twf-buy-box-scope-beta-11/nleehhpkbdfkfijnboebfaijhjabfjeb
Beschreibung Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers
Dateigröße 462 KB
Installationsanzahl 13,262
Aktuelle Version 0.0.2.3
Letztes Update 2020-04-21
Veröffentlichungsdatum 2020-04-20
Bewertung 4.00/5 Insgesamt 14 Bewertungen
Entwickler Geronimo Tortuga
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}