FindThatLead - Email Finder Extension

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

Qu'est-ce que FindThatLead - Email Finder Extension ?

FindThatLead - Email Finder Extension est une extension Chrome développée par https://findthatlead.com, et sa fonction principale est "Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FindThatLead - Email Finder Extension

Téléchargez les fichiers d'extension FindThatLead - Email Finder Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ★ 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                    

Informations de Base sur l'Extension

Nom FindThatLead - Email Finder Extension FindThatLead - Email Finder Extension
ID lkpekgkhmldknbcgjicjkomphkhhdkjj
URL Officiel 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.
Taille du Fichier 4.03 MB
Nombre d'Installations 38,422
Version Actuelle 5.9.5
Dernière Mise à Jour 2023-11-27
Date de Publication 2020-04-20
Évaluation 4.34/5 Total 196 Évaluations
Développeur https://findthatlead.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://findthatlead.com
URL de la Page d'Aide https://help.findthatlead.com/en/?q=extension
URL de la Page de Politique de Confidentialité https://findthatlead.com/en/privacy
Langues Prises en Charge 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"
    ]
}