Shirt2CSV - Export Merch By Amazon Listings

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

Shirt2CSV - Export Merch By Amazon Listingsคืออะไร?

Shirt2CSV - Export Merch By Amazon Listings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazonmerch.tools และคุณลักษณะหลักของมันคือ "Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shirt2CSV - Export Merch By Amazon Listings

ดาวน์โหลดไฟล์ส่วนขยาย Shirt2CSV - Export Merch By Amazon Listings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shirt2CSV - Export Merch By Amazon Listings Shirt2CSV - Export Merch By Amazon Listings
ID infdgckencaamkconlldimdanbobokhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shirt2csv-export-merch-by/infdgckencaamkconlldimdanbobokhc
คำอธิบาย Amazon Merch Tools - Shirt2CSV - Export your Merch By Amazon Listings
ขนาดไฟล์ 871 KB
จำนวนการติดตั้ง 693
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-03-22
วันที่เผยแพร่ 2019-03-21
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://amazonmerch.tools
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://merchwizard.app/privacy-policy
ภาษาที่รองรับ 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
}