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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}