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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}