Market Share OnSite

Market Share OnSite enables you to see 4 or 13 weeks of an Amazon item's sales, traffic, and conversion.

Market Share OnSite란 무엇입니까?

Market Share OnSite은(는) Edge by Ascential에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Market Share OnSite enables you to see 4 or 13 weeks of an Amazon item's sales, traffic, and conversion."입니다.

확장 프로그램 스크린샷

screenshot

Market Share OnSite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily view your ASIN sales, traffic, and conversion within the Amazon product detail page.

Edge Market Share OnSite is an intuitive way to view your Edge Market Share insights within the context of an Amazon product page. Manage your ASINs efficiently with the first version of Market Share OnSite, which will focus on My Business, where you can see an item’s sales, traffic, and conversion by week and see where you are compared to last year. OnSite also includes both own and competitive sales for your ASINs to benchmark performance. 

Download Market Share OnSite to bring Edge Market Share insights to your Amazon product pages.                    

확장 프로그램 기본 정보

이름 Market Share OnSite Market Share OnSite
ID jfgdjipakahbcphdkfjdikbpajlfcdig
공식 URL https://chromewebstore.google.com/detail/market-share-onsite/jfgdjipakahbcphdkfjdikbpajlfcdig
설명 Market Share OnSite enables you to see 4 or 13 weeks of an Amazon item's sales, traffic, and conversion.
파일 크기 1.98 MB
설치 횟수 424
현재 버전 2.0.0
최근 업데이트 2021-11-24
출시 날짜 2020-08-03
평점 5.00/5 총 3 개의 평점
개발자 Edge by Ascential
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ascentialedge.com/
도움말 페이지 URL https://www.ascentialedge.com/contact-us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Market Share OnSite",
    "description": "Market Share OnSite enables you to see 4 or 13 weeks of an Amazon item's sales, traffic, and conversion.",
    "version": "2.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup",
        "default_icon": "browser-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/logo-marketshare.png",
                "\/fonts\/**\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}