FindThatLead 2.0

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

O que é FindThatLead 2.0?

FindThatLead 2.0 é uma extensão do Chrome desenvolvida por FindThatLead, e sua principal característica é "Get the most of the lead generation with FindThatLead new Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FindThatLead 2.0

Baixe arquivos de extensão FindThatLead 2.0 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FindThatLead 2.0 FindThatLead 2.0
ID ieclmcodiiodchgppgmdponbgpbfnbkj
URL Oficial https://chromewebstore.google.com/detail/findthatlead-20/ieclmcodiiodchgppgmdponbgpbfnbkj
Descrição Get the most of the lead generation with FindThatLead new Chrome Extension
Tamanho do Arquivo 2.44 MB
Contagem de Instalações 4,102
Versão Atual 1.0.3
Última Atualização 2024-01-26
Data de Publicação 2023-11-27
Classificação 4.47/5 Total de 15 Avaliações
Desenvolvedor FindThatLead
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://findthatlead.com
URL da Página de Ajuda https://help.findthatlead.com
URL da Página de Política de Privacidade https://findthatlead.com/en/privacy
Idiomas Suportados 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\/*",
        "*:\/\/*\/*",
        ""
    ]
}