Email Finder & Phone Enrichment - Clearout

Find valid emails & phone numbers from LinkedIn & Sales Navigator profiles, searches, and connections.

Email Finder & Phone Enrichment - Clearout란 무엇입니까?

Email Finder & Phone Enrichment - Clearout은(는) https://clearout.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find valid emails & phone numbers from LinkedIn & Sales Navigator profiles, searches, and connections."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Email Finder & Phone Enrichment - Clearout 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🚀Clearout LinkedIn Chrome Extension: Your B2B Prospecting & Email Finder Superpower! 🚀

💡 Why Choose Clearout LinkedIn Chrome Extension?

⚙️ Automate prospect list building to save time and effort.
✔️ Enjoy over 98%+ email address accuracy, ensuring you reach the right inbox.
📞 Enrich phone numbers to validate their status, line type, location, and E164 format.
🎯 Optimize list building from Sales Navigator, LinkedIn search, My Connection, and My Invitation pages.
🔍 Utilize powerful In-App search filters to effortlessly discover your ideal prospects.
🌟 Discover fresh or new prospects with just a click, expanding your reach.


Key Features:

📧 LinkedIn Email Finder:
Find emails on LinkedIn from profiles or bulk search with ease. Simply search the prospect's name, role, or company name and many more filters to find their both personal and business email address along with phone numbers as a result.

📋 List Building:
Build person or company lists from a variety of LinkedIn pages, including Sales Navigator Search results, LinkedIn Search results, Profiles, Connections, and Invitation pages. Automate list building or be selective to meet your specific needs.

🔍 Lead Enrichment:
Enrich your LinkedIn leads with valuable contact information such as email, phone, company, and social channels. The enriched list is easily downloadable as a .csv file or exportable to Google Sheets for seamless integration.

🎯 Prospect Search:
Harness the power of our advanced prospect search feature, allowing you to find your ideal prospects using various filters. Refine your search results to target the most relevant leads.

✅ Email Verification:
Ensure the highest level of accuracy in your email campaigns with real-time email address verification. The Clearout Chrome Extension performs 20+ checks to validate and verify email data, guaranteeing reliable results.

🔒 Security:
Rest assured, we prioritize security and confidentiality. Your data is highly protected on our ISO, SOC 2 Type 2, and GDPR-compliant platform. You can trust Clearout to handle your information with the utmost care and diligence.

Don't miss out on boosting your B2B prospecting on the Google Marketplace with our email finder! Get the Clearout LinkedIn Chrome Extension now and maximize your sales potential. 🚀✉️

Are you looking to bulk-find emails with your company URLs? Check out our Clearout Email Finder to bulk upload and discover email addresses with confidence scores. Simply provide the prospect's name and company/domain name to uncover their email address.

The Clearout Chrome extension is here to revolutionize your B2B prospecting activities for your Sales and Marketing Team. 🌟 It's your ultimate tool to effortlessly build person or company prospect lists with accurate email addresses and phone numbers, boosting your sales and marketing efforts for result-oriented campaigns. 💪💼

For more information:
📧 Email: [email protected]
🌐 Website: https://clearout.io
🔐 Privacy Policy: https://clearout.io/privacy-policy/                    

확장 프로그램 기본 정보

이름 Email Finder & Phone Enrichment - Clearout Email Finder & Phone Enrichment - Clearout
ID hjhpmemgiecpogjpmofnnaghdokkfcpp
공식 URL https://chromewebstore.google.com/detail/email-finder-phone-enrich/hjhpmemgiecpogjpmofnnaghdokkfcpp
설명 Find valid emails & phone numbers from LinkedIn & Sales Navigator profiles, searches, and connections.
파일 크기 688 KB
설치 횟수 1,018
현재 버전 4.1.1
최근 업데이트 2024-01-24
출시 날짜 2023-07-13
평점 5.00/5 총 12 개의 평점
개발자 https://clearout.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clearout.io
도움말 페이지 URL https://clearout.io/help
개인정보 보호 정책 페이지 URL https://clearout.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find valid emails & phone numbers from LinkedIn & Sales Navigator profiles, searches, and connections.",
    "version": "4.1.1",
    "manifest_version": 3,
    "name": "Email Finder & Phone Enrichment - Clearout",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "co-16x16.png"
    },
    "icons": {
        "128": "co-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "sidebar.html",
                "co-logo.png",
                "person-default.png",
                "co-16x16.png",
                "365x65-black.png",
                "co-vertical.png",
                "empty-box-icon.png",
                "check_circle.svg",
                "warning_circle",
                "error_circle",
                "pause",
                "filtering",
                "browser"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.clearout.io\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/cleareach.com\/prospect\/chrome-extension\/*"
        ]
    }
}