Shirt2CSV - Export Merch By Amazon Listings

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

Wat is Shirt2CSV - Export Merch By Amazon Listings?

Shirt2CSV - Export Merch By Amazon Listings is een Chrome-extensie ontwikkeld door https://amazonmerch.tools, en de belangrijkste functie is "Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shirt2CSV - Export Merch By Amazon Listings

Download Shirt2CSV - Export Merch By Amazon Listings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shirt2CSV - Export Merch By Amazon Listings Shirt2CSV - Export Merch By Amazon Listings
ID infdgckencaamkconlldimdanbobokhc
Officiële URL https://chromewebstore.google.com/detail/shirt2csv-export-merch-by/infdgckencaamkconlldimdanbobokhc
Beschrijving Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings
Bestandsgrootte 871 KB
Aantal Installaties 693
Huidige Versie 2.1
Laatst Bijgewerkt 2019-03-22
Publicatiedatum 2019-03-21
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://amazonmerch.tools
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://merchwizard.app/privacy-policy
Ondersteunde Talen 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
}