FindThatLead 2.0

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

什么是FindThatLead 2.0?

FindThatLead 2.0是由FindThatLead开发的Chrome扩展程序,该扩展的主要功能是“Get the most of the lead generation with FindThatLead new Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载FindThatLead 2.0扩展crx文件

下载FindThatLead 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 FindThatLead 2.0 FindThatLead 2.0
ID ieclmcodiiodchgppgmdponbgpbfnbkj
官方URL https://chromewebstore.google.com/detail/findthatlead-20/ieclmcodiiodchgppgmdponbgpbfnbkj
简介 Get the most of the lead generation with FindThatLead new Chrome Extension
文件大小 2.44 MB
安装次数 4,102
当前版本 1.0.3
更新时间 2024-01-26
上架时间 2023-11-27
评分 4.47/5 共15次评分
开发者 FindThatLead
电子邮箱 [email protected]
付费类型 free
扩展官网 https://findthatlead.com
帮助页面URL https://help.findthatlead.com
隐私政策页面URL https://findthatlead.com/en/privacy
支持的语言 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\/*",
        "*:\/\/*\/*",
        ""
    ]
}