Merch Top Colors v.1.0.2

Merch Top Colors v.1.0.2

What is Merch Top Colors v.1.0.2?

Merch Top Colors v.1.0.2 is a Chrome extension developed by Adam Reed, and its main feature is "Merch Top Colors v.1.0.2".

Extension Screenshots

screenshot

Download Merch Top Colors v.1.0.2 Extension CRX File

Download Merch Top Colors v.1.0.2 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

                        Merch Top Colors allows you to see a summary of your top-selling t-shirt colors in your Merch Account.

You can view sales by t-shirt color for each individual tee, as well as a summary of total sales by t-shirt color. Merch Top Colors aims to provide you better insights in to your Merch sales stats, in order to allow you to work out which colors work best for you. Use the data we provide to improve your t-shirt listings and offer your designs on the colors customers want most.

To use Merch Top Colors, it's as simple as:
• Log in to your Merch by Amazon account
• Click the Analyze tab
• Click the drop-down arrow by each t-shirt you want to analyze using Merch Top Colors

Note: The summary of total sales by color only includes t-shirts whose drop-downs have been clicked.

Know your colors, increase your sales and commissions.                    

Extension Basic Information

Name Merch Top Colors v.1.0.2 Merch Top Colors v.1.0.2
ID jfoednmeonbeanfejokeihamapclioho
Official URL https://chromewebstore.google.com/detail/merch-top-colors-v102/jfoednmeonbeanfejokeihamapclioho
Description Merch Top Colors v.1.0.2
File Size 88.29 KB
Installation Count 198
Current Version 1.0.2
Last Updated 2017-07-28
Publish Date 2017-07-28
Rating 5.00/5 Total 1 Ratings
Developer Adam Reed
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Top Colors v.1.0.2",
    "description": "Merch Top Colors v.1.0.2",
    "version": "1.0.2",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/underscore-min.js",
                "js\/AmzProductTitleParser.js",
                "js\/AmzProductTableHelper.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}