Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

Vad är Boost Analytics - eBay Listing Ranker?

Boost Analytics - eBay Listing Ranker är en Chrome-tillägg utvecklad av Frooition, och dess huvudfunktion är "See how well your listings rank for optimisation and sales.".

Tilläggsskärmbilder

screenshot

Ladda ner Boost Analytics - eBay Listing Ranker-förlängningens CRX-fil

Ladda ner Boost Analytics - eBay Listing Ranker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Boost Analytics - eBay Listing Ranker Boost Analytics - eBay Listing Ranker
ID kbpfmpbpjjigojlcpgjdjnffjjigpmga
Officiell webbadress https://chromewebstore.google.com/detail/boost-analytics-ebay-list/kbpfmpbpjjigojlcpgjdjnffjjigpmga
Beskrivning See how well your listings rank for optimisation and sales.
Filstorlek 126 KB
Antal Installationer 35
Aktuell Version 1.0
Senast Uppdaterad 2023-01-11
Publiceringsdatum 2023-01-10
Utvecklare Frooition
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://freedom.frooition.com/ebay/reports/dashboard/
Hjälpsida URL https://help.frooition.com/a/solutions
URL till Sekretesspolicy Sidan https://www.frooition.com/privacy-policy.html
Stödda Språk 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": []
}