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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}