Emails Extractor

This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.

什么是Emails Extractor?

Emails Extractor是由addonzone.com开发的Chrome扩展程序,该扩展的主要功能是“This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.”。

扩展截图

screenshot

下载Emails Extractor扩展crx文件

下载Emails Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Emails Extractor is Free extension to helps you extract your emails from multiple marketplace (Etsy, Ebay, Amazon & more)  in just one click, No registration Or anything needed, You can extract up to 30.000 emails from your accounts for Free ! For more emails space & features go for Premium pay as you go & cancel whenever you want.

How to use the this Tool :

1-This tool only work on Google Chrome Browser :
2-Add the chrome Extension to your Browser 
3-Make Sure you are sign in to your ETSY account
4-open the extension Tab and Click Start 
5-wait until the process is finished if you have a large Emails you may need to give it time to extract e-mail
6- Download the CSV file with all your E-mails                    

扩展基本信息

名称 Emails Extractor Emails Extractor
ID ofjgnalgdccgafoioloideccibilclbe
官方URL https://chrome.google.com/webstore/detail/emails-extractor/ofjgnalgdccgafoioloideccibilclbe
简介 This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.
文件大小 163 KB
安装次数 241
当前版本 0.2.0
更新时间 2019-10-17
上架时间 2019-10-16
评分 5.00/5 共2次评分
开发者 addonzone.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://emailsextractor.site/
帮助页面URL https://emailsextractor.site/contact/
隐私政策页面URL https://emailsextractor.site/privacy-policy-2
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emails Extractor",
    "version": "0.2.0",
    "author": "Vladimir Kostov",
    "description": "This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.",
    "permissions": [
        "unlimitedStorage",
        "webRequest",
        "storage",
        "tabs",
        "https:\/\/*.etsy.com\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ],
            "js": [
                "libs\/jquery.js",
                "content_script\/content_script_new.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "imgs\/icon.png",
        "default_title": "Placeholder",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "bgp.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        ".\/imgs\/csv.png"
    ]
}