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é es TWF Buy Box Scope BETA 1.1?

TWF Buy Box Scope BETA 1.1 es una extensión de Chrome desarrollada por Geronimo Tortuga, y su función principal es "Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TWF Buy Box Scope BETA 1.1

Descarga archivos de extensión TWF Buy Box Scope BETA 1.1 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TWF Buy Box Scope BETA 1.1 TWF Buy Box Scope BETA 1.1
ID nleehhpkbdfkfijnboebfaijhjabfjeb
URL Oficial https://chromewebstore.google.com/detail/twf-buy-box-scope-beta-11/nleehhpkbdfkfijnboebfaijhjabfjeb
Descripción Displays Category and Best Seller Rank At Top of Amazon Product Page w/ Calculation of All Buy Box Eligible FBA Sellers
Tamaño del Archivo 462 KB
Cantidad de Instalaciones 13,262
Versión Actual 0.0.2.3
Última Actualización 2020-04-21
Fecha de Publicación 2020-04-20
Calificación 4.00/5 Total de 14 Calificaciones
Desarrollador Geronimo Tortuga
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}