Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

什么是Boost Analytics - eBay Listing Ranker?

Boost Analytics - eBay Listing Ranker是由Frooition开发的Chrome扩展程序,该扩展的主要功能是“See how well your listings rank for optimisation and sales.”。

扩展截图

screenshot

下载Boost Analytics - eBay Listing Ranker扩展crx文件

下载Boost Analytics - eBay Listing Ranker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Boost Analytics - eBay Listing Ranker Boost Analytics - eBay Listing Ranker
ID kbpfmpbpjjigojlcpgjdjnffjjigpmga
官方URL https://chromewebstore.google.com/detail/boost-analytics-ebay-list/kbpfmpbpjjigojlcpgjdjnffjjigpmga
简介 See how well your listings rank for optimisation and sales.
文件大小 126 KB
安装次数 35
当前版本 1.0
更新时间 2023-01-11
上架时间 2023-01-10
开发者 Frooition
电子邮箱 [email protected]
付费类型 free
扩展官网 https://freedom.frooition.com/ebay/reports/dashboard/
帮助页面URL https://help.frooition.com/a/solutions
隐私政策页面URL https://www.frooition.com/privacy-policy.html
支持的语言 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": []
}