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
Eメール [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": []
}