Market Share OnSite

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

Cos'è Market Share OnSite?

Market Share OnSite è un'estensione di Chrome sviluppata da Edge by Ascential, e la sua funzione principale è "Market Share OnSite enables you to see 4 or 13 weeks of an Amazon item's sales, traffic, and conversion.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Market Share OnSite

Scarica i file di estensione Market Share OnSite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Market Share OnSite Market Share OnSite
ID jfgdjipakahbcphdkfjdikbpajlfcdig
URL Ufficiale https://chromewebstore.google.com/detail/market-share-onsite/jfgdjipakahbcphdkfjdikbpajlfcdig
Descrizione Market Share OnSite enables you to see 4 or 13 weeks of an Amazon item's sales, traffic, and conversion.
Dimensione del File 1.98 MB
Conteggio Installazioni 424
Versione Corrente 2.0.0
Ultimo Aggiornamento 2021-11-24
Data di Pubblicazione 2020-08-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Edge by Ascential
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ascentialedge.com/
URL della Pagina di Aiuto https://www.ascentialedge.com/contact-us
Lingue Supportate 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"
    }
}