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
公式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
Eメール [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\/*"
        ]
    }
}