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文件

下載Email Finder & Phone Enrichment - Clearout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🚀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
官方網址 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\/*"
        ]
    }
}