Merch Informer Lister

Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease

What is Merch Informer Lister?

Merch Informer Lister is a Chrome extension developed by https://merchinformer.com, and its main feature is "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease".

Extension Screenshots

screenshot
screenshot

Download Merch Informer Lister Extension CRX File

Download Merch Informer Lister 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 Informer Lister is available under any of the Merch Informer plans to help you upload multiple design variations with ease!

If you need to upload designs and are sick and tired of editing colors each and every time, or selecting a different price, Merch Informer Lister has you covered.

With the Merch Informer Lister, you will be able to set color profiles bound to a hotkey to quickly and efficiently select your Merch by Amazon product colors with a single button. 

Do you want to fill out the brand name, title, bullet points, and description of Merch by Amazon products? Well, with the Info profiles, all of this is just a single hotkey away.

STOP wasting your time listing, and get to what really matters, research and selling more products on the Merch by Amazon platform!                    

Extension Basic Information

Name Merch Informer Lister Merch Informer Lister
ID ffkgbikejcgiojinaohlajcogfkpihlf
Official URL https://chromewebstore.google.com/detail/merch-informer-lister/ffkgbikejcgiojinaohlajcogfkpihlf
Description Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease
File Size 834 KB
Installation Count 12,077
Current Version 5.7.4
Last Updated 2023-10-13
Publish Date 2020-06-30
Rating 3.96/5 Total 25 Ratings
Developer https://merchinformer.com
Email [email protected]
Payment Type free
Extension Website https://merchinformer.com/
Help Page URL http://helpdesk.merchinformer.com/
Privacy Policy Page URL https://merchinformer.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Lister",
    "description": "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease",
    "options_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Lister"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "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": [
        "storage",
        "https:\/\/members.merchinformer.com\/"
    ],
    "version": "5.7.4"
}