FindThatLead - Email Finder Extension

Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.

What is FindThatLead - Email Finder Extension?

FindThatLead - Email Finder Extension is a Chrome extension developed by https://findthatlead.com, and its main feature is "Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.".

Extension Screenshots

screenshot
screenshot

Download FindThatLead - Email Finder Extension Extension CRX File

Download FindThatLead - Email Finder Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ★ Find and verify emails from any website or LinkedIn profile in seconds with our email finder Chrome extension! ★

Go from researching a lead ➜ to verifying their email ➜ and sending a direct message — without ever closing your browser!

Plus, use our free Chrome Extension to export your new leads into mailing lists and build email drip campaigns to grow your business like never before.

👏 As featured on AppSumo, Capterra, Product Hunt, and HuffPost

FindThatLead is a seamless lead generation service that offers top-notch features for today's leading teams, making it the perfect email finder extension.

❌ No more wasting time with manual searches on Google, social networks, and individual websites.
⚡ Find leads fast and ✔ verify their emails just as quickly with our email finder Chrome to make sure your messages never bounce.
✨ Collect and verify new leads in bulk by conveniently exporting them into a CSV.
🤓 Enhance your data with additional lead information to generate targeted email lists using our email finder extension.
🛠 Build drip email campaigns to improve your marketing by ♥ taking care of all your leads.

Here’s how we help tens of thousands of users like you each day scale up their sales with our Chrome extension email finder:

✱ Sales Teams — Take advantage of our suite of tools to reach more customers and close more deals.
✱ B2B Marketers — Get quality email addresses and other critical features to help you land your next big client or recruit your next big hire.
✱ SaaS Companies — Make your outreach teams more savvy with ways to increase your customer base and keep them coming back for more.
✱ Growth Hackers — Grow your user base accurately and efficiently without spending 24/7 on outreach using our email finder Chrome.

FindThatLead is a seamless lead generation service that offers top-notch features for today's leading teams, making it the perfect email finder extension. 
In addition to the Chrome extension, FindThatLead's SaaS tool offers various powerful features to complement your lead generation efforts:

Email Finder: Quickly find email addresses for your leads using their name and domain or company name.
Email Verifier: Ensure the validity of email addresses to reduce bounce rates and maintain a healthy sender reputation.
Email Drip Campaigns: Create and automate personalized email sequences to engage and nurture your leads.
Prospecting Tool: Find and filter high-quality leads using advanced search criteria, such as industry, location, and job title.
Social Searcher: Leverage social media platforms to find potential leads and their contact information.
Local Business Searcher: Identify and target local businesses in your area to expand your client base.


🆓 Get 50 searches for free each month with this Chrome extension. Increase your monthly credits instantly when you sign up for a paid plan: findthatlead.com/pricing

Questions? Issues? Ideas?
[email protected]

Privacy Policy: findthatlead.com/privacy                    

Extension Basic Information

Name FindThatLead - Email Finder Extension FindThatLead - Email Finder Extension
ID lkpekgkhmldknbcgjicjkomphkhhdkjj
Official URL https://chromewebstore.google.com/detail/findthatlead-email-finder/lkpekgkhmldknbcgjicjkomphkhhdkjj
Description Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.
File Size 4.03 MB
Installation Count 38,422
Current Version 5.9.5
Last Updated 2023-11-27
Publish Date 2020-04-20
Rating 4.34/5 Total 196 Ratings
Developer https://findthatlead.com
Email [email protected]
Payment Type free
Extension Website https://findthatlead.com
Help Page URL https://help.findthatlead.com/en/?q=extension
Privacy Policy Page URL https://findthatlead.com/en/privacy
Supported Languages en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "version": "5.9.5",
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "offline_enabled": false,
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.findthatlead.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/drive.google.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/background\/emails_dom.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.findthatlead.com\/*",
                "*:\/\/*.scrab.in\/*"
            ],
            "js": [
                "scripts\/background\/extension_installed.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "FindThatLead",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.mxpnl.com https:\/\/*.googletagmanager.com https:\/\/*.facebook.net https:\/\/*.googletagmanager.com https:\/\/*.googleadservices.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "tabs",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.findthatlead.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/logo.svg"
    ]
}