Etsy Email Downloader Pro Version

A simple email extractor

What is Etsy Email Downloader Pro Version?

Etsy Email Downloader Pro Version is a Chrome extension developed by Etsy Email Downloader, and its main feature is "A simple email extractor".

Extension Screenshots

screenshot

Download Etsy Email Downloader Pro Version Extension CRX File

Download Etsy Email Downloader Pro Version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It downloads the email addresses of your Etsy customers into a csv file.                    

Extension Basic Information

Name Etsy Email Downloader Pro Version Etsy Email Downloader Pro Version
ID flhecjomnbkjemmojicjmdbijhcjekmd
Official URL https://chromewebstore.google.com/detail/etsy-email-downloader-pro/flhecjomnbkjemmojicjmdbijhcjekmd
Description A simple email extractor
File Size 10.73 KB
Installation Count 363
Current Version 1.0
Last Updated 2021-01-02
Publish Date 2021-01-01
Rating 3.83/5 Total 6 Ratings
Developer Etsy Email Downloader
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etsy Email Downloader Pro Version",
    "description": "A simple email extractor",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "permissions": [
        "file:\/\/*\/*",
        "https:\/\/www.etsy.com\/*",
        "https:\/\/etsy.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}