Merch Automation

Merch By Amazon Listing Automation

Cos'è Merch Automation?

Merch Automation è un'estensione di Chrome sviluppata da https://mercherworld.com, e la sua funzione principale è "Merch By Amazon Listing Automation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Merch Automation

Scarica i file di estensione Merch Automation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Amazon Merch On Demand Listing Automation help you upload designs automatically and replace title and brand and bullet points text for you from your design names. So you do not have to do anything at all! YES! nothing at all! Also all this process done without Excel or CSV files or anything like that! We took the full process in mind and when we created Merch Automation. As a Merch Sellers we understand the process very well that's why our extension is not like any other extension or software does automation out there.                    

Informazioni di Base sull'Estensione

Nome Merch Automation Merch Automation
ID dalmoakblkbkmjhbemdfmpmkhokaeogf
URL Ufficiale https://chromewebstore.google.com/detail/merch-automation/dalmoakblkbkmjhbemdfmpmkhokaeogf
Descrizione Merch By Amazon Listing Automation
Dimensione del File 158 KB
Conteggio Installazioni 76
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-05-04
Data di Pubblicazione 2022-10-11
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://mercherworld.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione http://automation.mercherworld.com/
URL della Pagina di Aiuto https://automation.mercherworld.com/contact-us/
URL della Pagina della Politica sulla Privacy https://mercherworld.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Automation",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "Merch By Amazon Listing Automation",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "options_page": "popup.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/designs\/new\/*"
            ],
            "js": [
                "query.min.js",
                "jquery-3.6.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Helpers\/Uploader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}