Shirt2CSV - Export Merch By Amazon Listings

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

What is Shirt2CSV - Export Merch By Amazon Listings?

Shirt2CSV - Export Merch By Amazon Listings is a Chrome extension developed by https://amazonmerch.tools, and its main feature is "Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings".

Extension Screenshots

screenshot

Download Shirt2CSV - Export Merch By Amazon Listings Extension CRX File

Download Shirt2CSV - Export Merch By Amazon Listings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Shirt2CSV - Export Merch By Amazon Listings Shirt2CSV - Export Merch By Amazon Listings
ID infdgckencaamkconlldimdanbobokhc
Official URL https://chromewebstore.google.com/detail/shirt2csv-export-merch-by/infdgckencaamkconlldimdanbobokhc
Description Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings
File Size 871 KB
Installation Count 693
Current Version 2.1
Last Updated 2019-03-22
Publish Date 2019-03-21
Rating 3.00/5 Total 3 Ratings
Developer https://amazonmerch.tools
Email [email protected]
Payment Type free
Privacy Policy Page URL https://merchwizard.app/privacy-policy
Supported Languages 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
}