Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

Co je Boost Analytics - eBay Listing Ranker?

Boost Analytics - eBay Listing Ranker je rozšíření Chrome vyvinuté Frooition, a jeho hlavní funkcí je „See how well your listings rank for optimisation and sales.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Boost Analytics - eBay Listing Ranker

Stáhněte si soubory rozšíření Boost Analytics - eBay Listing Ranker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Boost Analytics - eBay Listing Ranker Boost Analytics - eBay Listing Ranker
ID kbpfmpbpjjigojlcpgjdjnffjjigpmga
Oficiální URL https://chromewebstore.google.com/detail/boost-analytics-ebay-list/kbpfmpbpjjigojlcpgjdjnffjjigpmga
Popis See how well your listings rank for optimisation and sales.
Velikost souboru 126 KB
Počet instalací 35
Aktuální Verze 1.0
Poslední Aktualizace 2023-01-11
Datum Vydání 2023-01-10
Vývojář Frooition
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://freedom.frooition.com/ebay/reports/dashboard/
URL Stránky Nápovědy https://help.frooition.com/a/solutions
URL Stránky Zásad Ochrany Soukromí https://www.frooition.com/privacy-policy.html
Podporované Jazyky 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": []
}