Merch Informer Lister

Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease

Vad är Merch Informer Lister?

Merch Informer Lister är en Chrome-tillägg utvecklad av https://merchinformer.com, och dess huvudfunktion är "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Merch Informer Lister-förlängningens CRX-fil

Ladda ner Merch Informer Lister-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Merch Informer Lister Merch Informer Lister
ID ffkgbikejcgiojinaohlajcogfkpihlf
Officiell webbadress https://chromewebstore.google.com/detail/merch-informer-lister/ffkgbikejcgiojinaohlajcogfkpihlf
Beskrivning Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease
Filstorlek 834 KB
Antal Installationer 12,077
Aktuell Version 5.7.4
Senast Uppdaterad 2023-10-13
Publiceringsdatum 2020-06-30
Betyg 3.96/5 Totalt 25 Betyg
Utvecklare https://merchinformer.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://merchinformer.com/
Hjälpsida URL http://helpdesk.merchinformer.com/
URL till Sekretesspolicy Sidan https://merchinformer.com/privacy-policy
Stödda Språk 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"
}