Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

Qu'est-ce que Boost Analytics - eBay Listing Ranker ?

Boost Analytics - eBay Listing Ranker est une extension Chrome développée par Frooition, et sa fonction principale est "See how well your listings rank for optimisation and sales.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Boost Analytics - eBay Listing Ranker

Téléchargez les fichiers d'extension Boost Analytics - eBay Listing Ranker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Boost Analytics - eBay Listing Ranker Boost Analytics - eBay Listing Ranker
ID kbpfmpbpjjigojlcpgjdjnffjjigpmga
URL Officiel https://chromewebstore.google.com/detail/boost-analytics-ebay-list/kbpfmpbpjjigojlcpgjdjnffjjigpmga
Description See how well your listings rank for optimisation and sales.
Taille du Fichier 126 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-11
Date de Publication 2023-01-10
Développeur Frooition
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://freedom.frooition.com/ebay/reports/dashboard/
URL de la Page d'Aide https://help.frooition.com/a/solutions
URL de la Page de Politique de Confidentialité https://www.frooition.com/privacy-policy.html
Langues Prises en Charge 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": []
}