Etsy Email Extractor & Downloader

Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me

Etsy Email Extractor & Downloader란 무엇입니까?

Etsy Email Extractor & Downloader은(는) https://ytuong.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Etsy Email Extractor & Downloader is a powerful Chrome extension that simplifies the process of extracting and downloading order emails from Etsy. With just a few clicks, this extension allows you to effortlessly export Etsy order emails in CSV format for easy analysis and management.

The term 'Etsy' is a trademark of Etsy, Inc. This application uses the Etsy API but is not endorsed or certified by Etsy, Inc.

At YTuong.me, we prioritize your privacy and the security of your customer's information. We want to assure you that we do not store any customer data on our servers or any third-party services. Your customers' information remains strictly confidential and is never accessed or used for any purpose beyond the extraction and downloading process. We believe in upholding the highest standards of privacy and data protection, providing you with peace of mind as you utilize our Etsy Email Extractor & Downloader extension.

It's proudly developed by YTuong.me, a trusted provider of innovative solutions for eCommerce businesses. With a focus on user experience and functionality, YTuong.me has designed this extension to be intuitive and reliable, catering to the specific needs of Etsy sellers.                    

확장 프로그램 기본 정보

이름 Etsy Email Extractor & Downloader Etsy Email Extractor & Downloader
ID emdncenjjchepknbfjmgddgpkkaffplm
공식 URL https://chromewebstore.google.com/detail/etsy-email-extractor-down/emdncenjjchepknbfjmgddgpkkaffplm
설명 Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me
파일 크기 148 KB
설치 횟수 186
현재 버전 1.0.5
최근 업데이트 2023-11-11
출시 날짜 2023-09-19
평점 5.00/5 총 3 개의 평점
개발자 https://ytuong.me
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://etsy.ytuong.me/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Email Extractor & Downloader",
    "description": "Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "96": "img\/logo-96.png",
        "128": "img\/logo-128.png",
        "196": "img\/logo-196.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-96.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-18e1021c.bb1b4cee.js"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-96.png",
                "img\/logo-128.png",
                "img\/logo-196.png",
                "inject.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "resources": [
                "assets\/chunk-18e1021c.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}