FindThatLead 2.0

Get the most of the lead generation with FindThatLead new Chrome Extension

What is FindThatLead 2.0?

FindThatLead 2.0 is a Chrome extension developed by FindThatLead, and its main feature is "Get the most of the lead generation with FindThatLead new Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FindThatLead 2.0 Extension CRX File

Download FindThatLead 2.0 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

                        📣 Introducing FindThatLead, the ultimate Chrome extension for email generation and enrichment. 🔍🔥🌟

✉️ Generate emails instantly while visiting LinkedIn Profiles, enrich contacts in bulk on LinkedIn, find emails on Crunchbase profiles, and uncover hidden email gems on any website. With FindThatLead, you'll supercharge your lead generation efforts and boost your business growth. 💼💥

🔎 LinkedIn Prospector and Automation: Accelerate your prospecting game with FindThatLead's verified contact data and automation right on LinkedIn. Seamlessly add prospects to lists and sequences and gain contact and account insights, all without leaving LinkedIn.

🕵️‍♀️ FindThatLead Everywhere: Our extension overlays your prospect's webpage, enabling you to search for contacts, access contact data, and uncover crucial information without switching websites. It's like having a lead-generation superpower at your fingertips!

📩 Gmail Integration: Maximize your productivity in Gmail with FindThatLead's powerful features. Place contacts in automated follow-up sequences, instantly insert commonly used text, links, or paragraphs, apply email templates, and track opens and clicks. Never miss an opportunity to follow up with non-responsive recipients again!

💸 Salesforce Integration: Seamlessly connect FindThatLead with Salesforce to supercharge your sales process. Gain instant access to full FindThatLead profiles directly from Salesforce, add contacts to sequences, create and log tasks, and complete calls effortlessly.

🆓 Get Started for Free: Begin your journey with FindThatLead's free pricing tier, granting you access to our Chrome Extension, enrichment features, and 10 email credits per month. Unlock immediate value and start nurturing those leads.

💥 Why Choose FindThatLead? We provide an automate and real time process to generate and verify the emails of your prospects. Automate your entire workflow within a single platform, from finding top prospects and reaching decision-makers to increasing your pipeline and driving revenue. FindThatLead simplifies your processes, offers a free trial, and delivers exceptional results right out-of-the-box.

🤗 Our Customers Love FindThatLead:
⭐️ "Customer UX is well designed - easy to use. Lots of options to find email and local business information. Also you can email from that platform and verify. They have lots of features!" - David K

⭐️ "The Prospector feature is great for finding a list of people from a specific location and persona. Helped me in building a great list of prospects within few minutes." - Nupur G

For more information:
📧 Email: [email protected]
🌐 Website: https://www.findthatlead.com
🔒 Privacy Policy: https://www.findthatlead.com/privacy/                    

Extension Basic Information

Name FindThatLead 2.0 FindThatLead 2.0
ID ieclmcodiiodchgppgmdponbgpbfnbkj
Official URL https://chromewebstore.google.com/detail/findthatlead-20/ieclmcodiiodchgppgmdponbgpbfnbkj
Description Get the most of the lead generation with FindThatLead new Chrome Extension
File Size 2.44 MB
Installation Count 4,102
Current Version 1.0.3
Last Updated 2024-01-26
Publish Date 2023-11-27
Rating 4.47/5 Total 15 Ratings
Developer FindThatLead
Email [email protected]
Payment Type free
Extension Website https://findthatlead.com
Help Page URL https://help.findthatlead.com
Privacy Policy Page URL https://findthatlead.com/en/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FindThatLead 2.0",
    "version": "1.0.3",
    "description": "Get the most of the lead generation with FindThatLead new Chrome Extension",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "alarms",
        "scripting",
        "activeTab"
    ],
    "manifest_version": 3,
    "icons": {
        "128": "assets\/img\/findthatlead-128.png",
        "64": "assets\/img\/findthatlead-64.png",
        "16": "assets\/img\/findthatlead-16.png"
    },
    "action": {
        "default_popup": "",
        "default_icon": "assets\/img\/findthatlead-128.png"
    },
    "background": {
        "service_worker": "server.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.crunchbase.com\/*",
                "*:\/\/*.findthatlead.com\/*",
                "*:\/\/www.google.com\/search?q=*",
                "*:\/\/*\/*",
                ""
            ],
            "all_frames": false,
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/interact.min.js",
                "assets\/js\/moment.js",
                "assets\/js\/libs.js",
                "client.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "xhr.js",
                "assets\/img\/[email protected]",
                "views\/services\/countries.json",
                "views\/index.html",
                "assets\/img\/side-icon.png",
                "assets\/img\/icon.png"
            ],
            "matches": [
                "*:\/\/*.crunchbase.com\/*",
                "*:\/\/*.findthatlead.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*\/*",
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.crunchbase.com\/*",
        "*:\/\/*.findthatlead.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*\/*",
        ""
    ]
}