FindThatLead 2.0

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

Hvad er FindThatLead 2.0?

FindThatLead 2.0 er en Chrome-udvidelse udviklet af FindThatLead, og dens hovedfunktion er "Get the most of the lead generation with FindThatLead new Chrome Extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download FindThatLead 2.0-udvidelses-CRX-fil

Download FindThatLead 2.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        📣 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/                    

Grundlæggende oplysninger om udvidelsen

Navn FindThatLead 2.0 FindThatLead 2.0
ID ieclmcodiiodchgppgmdponbgpbfnbkj
Officiel URL https://chromewebstore.google.com/detail/findthatlead-20/ieclmcodiiodchgppgmdponbgpbfnbkj
Beskrivelse Get the most of the lead generation with FindThatLead new Chrome Extension
Filstørrelse 2.44 MB
Antal Installationer 4,102
Nuværende Version 1.0.3
Senest Opdateret 2024-01-26
Udgivelsesdato 2023-11-27
Bedømmelse 4.47/5 Samlet 15 Bedømmelser
Udvikler FindThatLead
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://findthatlead.com
Hjælpeside-URL https://help.findthatlead.com
URL til Fortrolighedspolitik Side https://findthatlead.com/en/privacy
Understøttede Sprog 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\/*",
        "*:\/\/*\/*",
        ""
    ]
}