Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

¿Qué es Boost Analytics - eBay Listing Ranker?

Boost Analytics - eBay Listing Ranker es una extensión de Chrome desarrollada por Frooition, y su función principal es "See how well your listings rank for optimisation and sales.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Boost Analytics - eBay Listing Ranker

Descarga archivos de extensión Boost Analytics - eBay Listing Ranker 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

                        Find out how well your items are ranking on eBay in real time.

Boost Analytics allows you to optimise your eBay listings, to give you the best possibility of gaining more sales.
We also offer many tools which help you keep track of sales history, and common trends between your competitors.

To get the full suite of tools of optimisation tools, please contact us.                    

Información Básica de la Extensión

Nombre Boost Analytics - eBay Listing Ranker Boost Analytics - eBay Listing Ranker
ID kbpfmpbpjjigojlcpgjdjnffjjigpmga
URL Oficial https://chromewebstore.google.com/detail/boost-analytics-ebay-list/kbpfmpbpjjigojlcpgjdjnffjjigpmga
Descripción See how well your listings rank for optimisation and sales.
Tamaño del Archivo 126 KB
Cantidad de Instalaciones 35
Versión Actual 1.0
Última Actualización 2023-01-11
Fecha de Publicación 2023-01-10
Desarrollador Frooition
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://freedom.frooition.com/ebay/reports/dashboard/
URL de la Página de Ayuda https://help.frooition.com/a/solutions
URL de la Página de Política de Privacidad https://www.frooition.com/privacy-policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boost Analytics - eBay Listing Ranker",
    "description": "See how well your listings rank for optimisation and sales.",
    "version": "1.0",
    "author": "Frooition",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/get_started128.png",
            "32": "images\/get_started128.png",
            "48": "images\/get_started128.png",
            "128": "images\/get_started128.png"
        },
        "default_title": "eBay Listing Ranker"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "content.js",
                "gauge.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "optional_permissions": []
}