Email extractor

Auto extractor email addresses from anywhere on the web

什么是Email extractor?

Email extractor是由winfunzhao开发的Chrome扩展程序,该扩展的主要功能是“Auto extractor email addresses from anywhere on the web”。

扩展截图

screenshot
screenshot
screenshot

下载Email extractor扩展crx文件

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

扩展使用说明

                        Welcome to Email Extract, the Chrome extension that helps you effortlessly collect leads by extracting email addresses from visited web pages. With our extension, you can easily search for and extract email addresses on pages you visit, and even automate the search process for major search engines like Google and Bing. Our extension also bypasses obfuscation techniques, making it easier to find the email addresses you need.

##Features:

- Extract emails from visited pages
- Bypass obfuscation techniques (some of them)
- Auto Search for major search engine e.g. Google and Bing
- Export to Excel in XLSX format with proper data types
- Filters for Duplicate Email ID, so you get only Unique ones
- Local Storage
- Fast, Light

No crappy advertisements, no extra junk.

##AUTOMATION with AutoVisit and AutoSave. How it works?
After installing the extension, it automatically enables "Email extraction" mode.
The number of collected emails is displayed over the icon in your browser toolbar.
To view the collected emails, simply press the "Collected emails" button, which takes you to a full-screen page with a table of collected emails.
You can then export the data to Excel in XLSX format with proper data types by pressing the "Export" button.

#IS IT FREE?
It includes a FREE TRIAL for limited use and once you're sure you like it you can purchase PRO membership to use the full version.

#Data privacy
All the data is processed only on your local computer, it never passes through our web servers, no one knows what others export.

##Informal Disclaimer : 
This extension is not developed with an intention to spam people with your marketing mails, so use it for your personal stuff only.

#SUPPORT
We sincerely want to solve any problem you may have.Please feel free to contact us via [email protected].

Please note that Email Extract is a freemium product, and a license is required for downloading more than 50 latest emails. Start using Email Extract today to streamline your lead generation process and save time.                    

扩展基本信息

名称 Email extractor Email extractor
ID chfadkjfpmjoamejgabaaoocaopbknkg
官方URL https://chromewebstore.google.com/detail/email-extractor/chfadkjfpmjoamejgabaaoocaopbknkg
简介 Auto extractor email addresses from anywhere on the web
文件大小 262 KB
安装次数 38
当前版本 1.0.0
更新时间 2023-04-23
上架时间 2023-04-23
评分 5.00/5 共1次评分
开发者 winfunzhao
电子邮箱 [email protected]
付费类型 free
扩展官网 https://email-extractor.cc
帮助页面URL https://email-extractor.cc/terms-of-service/
隐私政策页面URL https://email-extractor.cc/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email extractor",
    "version": "1.0.0",
    "description": "Auto extractor email addresses from anywhere on the web",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-9fe423df.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyHfM8CRkvBE5mhMWGe9ikobYcAizmGD7h3nahyYbBcoPejUetRs9CTv91TE\/0Kn6UQMagjak62t6oNvt4EUB0e0D6VGrtszZ3D3tggsCJnqXzA1BYd+bqfULjXsIs7+XqSqzc20Wz7onmLtS4BiBmlE0TNg8DFDSebUM0fqDIGwnt12v94QLaWLtp0237FHtmFET+YESuPscI309Zqy9gT+s0HDWtUEx0BQr3AVX5cfxbQo7NfmjbBEez1iJilNXVcxBnL31DtM\/mH5RLtSlCLDLhvldjXRj3TKCl7UNd3XbvHCX9bh5Z\/JcdIKGgVhpYKW5Sd\/BJZfJFIHnVr8cWQIDAQAB",
    "oauth2": {
        "client_id": "180346679292-30r77uol4iaqkep5rfv32qn69mro01s4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/browser-polyfill-827005dd.js",
                "assets\/index-d21d844b.js",
                "assets\/content.ts-05f448a6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}