Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

O que é Boost Analytics - eBay Listing Ranker?

Boost Analytics - eBay Listing Ranker é uma extensão do Chrome desenvolvida por Frooition, e sua principal característica é "See how well your listings rank for optimisation and sales.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Boost Analytics - eBay Listing Ranker

Baixe arquivos de extensão Boost Analytics - eBay Listing Ranker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Boost Analytics - eBay Listing Ranker Boost Analytics - eBay Listing Ranker
ID kbpfmpbpjjigojlcpgjdjnffjjigpmga
URL Oficial https://chromewebstore.google.com/detail/boost-analytics-ebay-list/kbpfmpbpjjigojlcpgjdjnffjjigpmga
Descrição See how well your listings rank for optimisation and sales.
Tamanho do Arquivo 126 KB
Contagem de Instalações 35
Versão Atual 1.0
Última Atualização 2023-01-11
Data de Publicação 2023-01-10
Desenvolvedor Frooition
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://freedom.frooition.com/ebay/reports/dashboard/
URL da Página de Ajuda https://help.frooition.com/a/solutions
URL da Página de Política de Privacidade https://www.frooition.com/privacy-policy.html
Idiomas Suportados 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": []
}