Mercher AZ Helper

Shows Sellers Rank and display large image on hover on Amazon's website

What is Mercher AZ Helper?

Mercher AZ Helper is a Chrome extension developed by MerchTools, and its main feature is "Shows Sellers Rank and display large image on hover on Amazon's website".

Extension Screenshots

screenshot

Download Mercher AZ Helper Extension CRX File

Download Mercher AZ Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shows Sellers Rank and display large image on hover on Amazon's website. Just rollover on item to see bigger image. Attention: only works well with Merch by Amazon items.                    

Extension Basic Information

Name Mercher AZ Helper Mercher AZ Helper
ID kbibhfndciajjfiggfabablcdpfkcnpo
Official URL https://chromewebstore.google.com/detail/mercher-az-helper/kbibhfndciajjfiggfabablcdpfkcnpo
Description Shows Sellers Rank and display large image on hover on Amazon's website
File Size 55.1 KB
Installation Count 91
Current Version 1.1
Last Updated 2018-05-04
Publish Date 2018-05-04
Rating 5.00/5 Total 1 Ratings
Developer MerchTools
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mercher AZ Helper",
    "version": "1.1",
    "description": "Shows Sellers Rank and display large image on hover on Amazon's website",
    "minimum_chrome_version": "23",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/s\/*",
                "https:\/\/www.amazon.com\/gp\/search\/*"
            ],
            "css": [
                "image-hover-css.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "image-hover-library.js",
                "myscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "infinity-loading.gif"
    ]
}