Merchlytics

Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…

什么是Merchlytics?

Merchlytics是由https://merchinformer.com开发的Chrome扩展程序,该扩展的主要功能是“Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…”。

扩展截图

screenshot
screenshot

下载Merchlytics扩展crx文件

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

扩展使用说明

                        Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox!

Merchlytics was designed to display historical t-shirt data over time directly on the Amazon page. This will allow you to see price trends and BSR trends without leaving Amazon as long as you have a Merch Informer Account.

With Merchlytics, you will have the ability to judge how well a shirt is doing in a particular niche, understand how best sellers have changed their pricing strategy over time, and how this has affected the sellers rank on Amazon.                    

扩展基本信息

名称 Merchlytics Merchlytics
ID aomlalciknfklfplgkpfehlfnnokafaa
官方URL https://chromewebstore.google.com/detail/merchlytics/aomlalciknfklfplgkpfehlfnnokafaa
简介 Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…
文件大小 176 KB
安装次数 1,353
当前版本 1.6
更新时间 2019-04-01
上架时间 2019-04-01
评分 2.50/5 共2次评分
开发者 https://merchinformer.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://merchinformer.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merchlytics",
    "description": "",
    "background": {
        "scripts": [
            "vendor\/jquery-3.3.1.min.js",
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merchlytics",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/flot.min.js",
                "scripts\/content.min.js"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/checkbox-0.svg",
        "images\/checkbox-1.svg",
        "images\/loader.svg",
        "images\/cross.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/members.merchinformer.com\/",
        "https:\/\/us.amz-storage.merchinformer.com\/"
    ],
    "version": "1.6"
}