Etsy Email Downloader

Extract your Etsy customers emails

Etsy Email Downloaderคืออะไร?

Etsy Email Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marketsy — Etsy Email Downloader และคุณลักษณะหลักของมันคือ "Extract your Etsy customers emails"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etsy Email Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Etsy Email Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The original Etsy Email Downloader. 

Etsy email downloader is a free tool for Etsy sellers to help them download their Etsy customer emails. 

Email marketing is a great way to connect with Etsy customers. You can export customer emails from Etsy and use them to create targeted email campaigns. To get started, you'll need to download etsy customer emails. 

You can get your customer email from Etsy by using this chrome extension. Once you have a list of customer email addresses, you can create a targeted email campaigns.

Etsy email downloader helps small sellers download their customer emails into a CSV. 

[ How to Get Etsy Customer Emails ]
1. Install the chrome extension
2. Go to your Etsy orders page
3. Click the save button
4. Click the download button
5. Open the CSV with your customer emails                    

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

ชื่อ Etsy Email Downloader Etsy Email Downloader
ID kcfboiplelfmfhcjacnankneicgancje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etsy-email-downloader/kcfboiplelfmfhcjacnankneicgancje
คำอธิบาย Extract your Etsy customers emails
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 1,230
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2023-05-12
วันที่เผยแพร่ 2022-11-09
คะแนน 3.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Marketsy — Etsy Email Downloader
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://marketsy.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Email Downloader",
    "description": "Extract your Etsy customers emails",
    "version": "2.3.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "etsy_email_downloader_logo.png"
    },
    "background": {
        "service_worker": "firebase.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}