FindThatLead - Email Finder Extension

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

Co je FindThatLead - Email Finder Extension?

FindThatLead - Email Finder Extension je rozšíření Chrome vyvinuté https://findthatlead.com, a jeho hlavní funkcí je „Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FindThatLead - Email Finder Extension

Stáhněte si soubory rozšíření FindThatLead - Email Finder Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ★ 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                    

Základní Informace o Rozšíření

Název FindThatLead - Email Finder Extension FindThatLead - Email Finder Extension
ID lkpekgkhmldknbcgjicjkomphkhhdkjj
Oficiální URL https://chromewebstore.google.com/detail/findthatlead-email-finder/lkpekgkhmldknbcgjicjkomphkhhdkjj
Popis Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.
Velikost souboru 4.03 MB
Počet instalací 38,422
Aktuální Verze 5.9.5
Poslední Aktualizace 2023-11-27
Datum Vydání 2020-04-20
Hodnocení 4.34/5 Celkem 196 Hodnocení
Vývojář https://findthatlead.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://findthatlead.com
URL Stránky Nápovědy https://help.findthatlead.com/en/?q=extension
URL Stránky Zásad Ochrany Soukromí https://findthatlead.com/en/privacy
Podporované Jazyky 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"
    ]
}