Email & Phone Number Extractor

Easily extract email addresses and phone numbers on a web page!

Email & Phone Number Extractor란 무엇입니까?

Email & Phone Number Extractor은(는) Eren Geridonmez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily extract email addresses and phone numbers on a web page!"입니다.

확장 프로그램 스크린샷

screenshot

Email & Phone Number Extractor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extract all email addresses and phone numbers from any web page and display them at your fingertips! 📧📞

Are you tired of manually scanning web pages for contact details? Do you find yourself endlessly copy-pasting or jotting down email addresses and phone numbers? Say goodbye to the tedious and time-consuming process, and say hello to Email Extractor - your go-to solution for hassle-free contact extraction.

🌟 How does it work?

Seamless Integration: Installing it is a breeze. It seamlessly integrates with your Chrome browser, adding a powerful contact extraction tool to your arsenal.

Effortless Extraction: With a single click, it scans the entire web page you're on, diligently searching for email addresses and phone numbers. Within seconds, it compiles a comprehensive list of all the contact information available.

Intelligent Filtering: Say goodbye to irrelevant data cluttering your results. The smart algorithms ensure that you receive only genuine and valid email addresses and phone numbers.

User-Friendly Interface: ContactFetch boasts an intuitive and user-friendly interface that anyone can use with ease. No technical know-how required!

Save Time and Effort: Whether you're collecting leads, gathering customer information, or building a contact list, Email Extractor saves you precious time and effort that you can invest in other important tasks.

🌈 Unlock the true potential of web browsing with Email Extractor and streamline your contact gathering process. Don't miss out on this time-saving and productivity-enhancing tool! Download Email Extractor now and experience the ease of extracting email addresses and phone numbers from any web page with just a click. Simplify your digital life today! 🚀                    

확장 프로그램 기본 정보

이름 Email & Phone Number Extractor Email & Phone Number Extractor
ID ppiodcccfccedkcjnhkkmplahjdbalhc
공식 URL https://chromewebstore.google.com/detail/email-phone-number-extrac/ppiodcccfccedkcjnhkkmplahjdbalhc
설명 Easily extract email addresses and phone numbers on a web page!
파일 크기 335 KB
설치 횟수 3,117
현재 버전 1.1.0
최근 업데이트 2023-09-18
출시 날짜 2023-07-26
평점 5.00/5 총 3 개의 평점
개발자 Eren Geridonmez
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email & Phone Number Extractor",
    "version": "1.1.0",
    "description": "Easily extract email addresses and phone numbers on a web page!",
    "manifest_version": 3,
    "author": "Eren Geridonmez",
    "action": {
        "default_popup": "index.html",
        "default_title": "Email & Phone Number Extractor",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "128": "images\/icon128.png",
            "32": "images\/icon32.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png"
    }
}