Merch Informer Lister

Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease

¿Qué es Merch Informer Lister?

Merch Informer Lister es una extensión de Chrome desarrollada por https://merchinformer.com, y su función principal es "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Merch Informer Lister

Descarga archivos de extensión Merch Informer Lister en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Merch Informer Lister Merch Informer Lister
ID ffkgbikejcgiojinaohlajcogfkpihlf
URL Oficial https://chromewebstore.google.com/detail/merch-informer-lister/ffkgbikejcgiojinaohlajcogfkpihlf
Descripción Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease
Tamaño del Archivo 834 KB
Cantidad de Instalaciones 12,077
Versión Actual 5.7.4
Última Actualización 2023-10-13
Fecha de Publicación 2020-06-30
Calificación 3.96/5 Total de 25 Calificaciones
Desarrollador https://merchinformer.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://merchinformer.com/
URL de la Página de Ayuda http://helpdesk.merchinformer.com/
URL de la Página de Política de Privacidad https://merchinformer.com/privacy-policy
Idiomas Soportados 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"
}