Merch Automation

Merch By Amazon Listing Automation

Co to jest Merch Automation?

Merch Automation to rozszerzenie Chrome opracowane przez https://mercherworld.com, a jego główną funkcją jest „Merch By Amazon Listing Automation”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Merch Automation

Pobierz pliki rozszerzeń Merch Automation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Merch Automation Merch Automation
ID dalmoakblkbkmjhbemdfmpmkhokaeogf
Oficjalny URL https://chromewebstore.google.com/detail/merch-automation/dalmoakblkbkmjhbemdfmpmkhokaeogf
Opis Merch By Amazon Listing Automation
Rozmiar pliku 158 KB
Liczba instalacji 76
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2023-05-04
Data Publikacji 2022-10-11
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://mercherworld.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia http://automation.mercherworld.com/
Adres URL Strony Pomocy https://automation.mercherworld.com/contact-us/
Adres URL Strony Polityki Prywatności https://mercherworld.com/privacy-policy
Obsługiwane Języki 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": [
        ""
    ]
}