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文件

下载Market Share OnSite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}