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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Etsy Email Extractor & Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}