Shirt2CSV - Export Merch By Amazon Listings

Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings

Co to jest Shirt2CSV - Export Merch By Amazon Listings?

Shirt2CSV - Export Merch By Amazon Listings to rozszerzenie Chrome opracowane przez https://amazonmerch.tools, a jego główną funkcją jest „Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shirt2CSV - Export Merch By Amazon Listings

Pobierz pliki rozszerzeń Shirt2CSV - Export Merch By Amazon Listings 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

                        Shirt2CSV allows you to download your Amazon Merch listings into a CSV file that is compatible with Amazon Merch Batch Uploader. 

This allows you to painlessly copy your designs on to premium shirts, long sleeves, hoodies and whatever else in the future.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shirt2CSV - Export Merch By Amazon Listings Shirt2CSV - Export Merch By Amazon Listings
ID infdgckencaamkconlldimdanbobokhc
Oficjalny URL https://chromewebstore.google.com/detail/shirt2csv-export-merch-by/infdgckencaamkconlldimdanbobokhc
Opis Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings
Rozmiar pliku 871 KB
Liczba instalacji 693
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2019-03-22
Data Publikacji 2019-03-21
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper https://amazonmerch.tools
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://merchwizard.app/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shirt2CSV - Export Merch By Amazon Listings",
    "description": "Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings",
    "version": "2.1",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentscript.js",
                "js\/fontawesome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Amazon Merch Tools - Shirt2CSV",
        "default_icon": "images\/shirt2csvicon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/shirt2csvicon128.png",
        "48": "images\/shirt2csvicon48.png",
        "16": "images\/shirt2csvicon16.png"
    },
    "manifest_version": 2
}