Etsy Email Downloader

Extract your Etsy customers emails

Etsy Email Downloader란 무엇입니까?

Etsy Email Downloader은(는) Marketsy — Etsy Email Downloader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract your Etsy customers emails"입니다.

확장 프로그램 스크린샷

screenshot

Etsy Email Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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": [
        ""
    ]
}