Email extractor

Auto extractor email addresses from anywhere on the web

Что такое Email extractor?

Email extractor - это расширение Chrome, разработанное winfunzhao, и его основная функция - "Auto extractor email addresses from anywhere on the web".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Email extractor

Скачайте файлы расширений 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
        }
    ]
}