FindThatLead - Email Finder Extension

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

Что такое FindThatLead - Email Finder Extension?

FindThatLead - Email Finder Extension - это расширение Chrome, разработанное https://findthatlead.com, и его основная функция - "Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения FindThatLead - Email Finder Extension

Скачайте файлы расширений FindThatLead - Email Finder Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ★ 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                    

Основная информация о расширении

Название FindThatLead - Email Finder Extension FindThatLead - Email Finder Extension
ID lkpekgkhmldknbcgjicjkomphkhhdkjj
Официальный URL https://chromewebstore.google.com/detail/findthatlead-email-finder/lkpekgkhmldknbcgjicjkomphkhhdkjj
Описание Find emails on LinkedIn/web with our top Email Finder Chrome Extension. Contact leads, grow your network & business.
Размер файла 4.03 MB
Количество установок 38,422
Текущая Версия 5.9.5
Последнее Обновление 2023-11-27
Дата публикации 2020-04-20
Рейтинг 4.34/5 Всего 196 оценок
Разработчик https://findthatlead.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://findthatlead.com
URL страницы помощи https://help.findthatlead.com/en/?q=extension
URL страницы политики конфиденциальности https://findthatlead.com/en/privacy
Поддерживаемые языки 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"
    ]
}