Lead Connect | LinkedIn Outreach Platform

With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations

¿Qué es Lead Connect | LinkedIn Outreach Platform?

Lead Connect | LinkedIn Outreach Platform es una extensión de Chrome desarrollada por https://leadconnect.io, y su función principal es "With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Lead Connect | LinkedIn Outreach Platform

Descarga archivos de extensión Lead Connect | LinkedIn Outreach Platform en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        What's new:
- New Intuitive UI 
- Fixed issue with new Sales Navigator filters
- Hubspot Sync issue fixed. 

Add thousands targeted contacts, Sequential messaging (Cadence) and HubSpot Integration 

Read more here: https://leadconnect.io/features/

Lead Connect is new age lead generation tool/extension. The smart way to build business and start effective sales unlike dux-soup or Linked Helper. 
⭐ Lead connect works flawlessly with Sales Navigator as well.
With this tool you can schedule a campaign/cadence: 
✔️1) Send connection request to targeted audience with a customized message. You can use place holders like {first name}, {last name}, {full name} and {company name} to customize connection message. 
✔️2) Schedule a follow-up message after defined time interval to be sent out after connection is accepted. 
✔️3) Setup multiple follow-ups until response is received.
✔️ 4) On Acceptance Log Current and all future activity to Hubspot

IMP:  As soon as response is received no other follow-up will be sent.  
You can use our tool for free with 5 requests per day and 15 messages per day. If you want to send more request you have to select from any of our Pro Plans. Pricing can be found on https://leadconnect.io/pricing/
For more information, please visit https://leadconnect.io.

✔️ Signup for Free Account: https://leadconnect.io/signup/

Why Choose Lead Connect? 
Lead Connect is one of the best Prospecting tools for outreach. To grow at a rocket speed in this era of technology one has to implement smart tools. 

✔️ Team Security: 
- With our team sync feature you can make sure your multiple accounts are not approaching same lead for similar campaign, avoid repetitive work and confusion. 

✔️ Templates:
-  You can save templates to be used in any campaign and easily use them within the tool. 

✔️ Reports: 
- Reports lets you determine how many requests you have sent how many have been accepted. 

✔️ Native CRM Integrations without Zapier Cost
- Connect prospects to HubSpot and automate tedious sales tasks.
- Save profile to HubSpot with one-click.

✔️ Zapier Integration for  Pipedrive, Sales Force, Active Campaign, Zoho CRM

✔️ Email Finder:   
- We integrate with Find That Lead, Email Hunter, toofr, Any Mail Finder and others. 
- Our Prospect section lets you find the email addresses at once with a click of button. 

- Auto withdrawal of requests
- Individual control of Follow-ups 

Disclaimer:
The 'Lead Connect | Outreach Platform' browser extension is not endorsed or certified by LinkedIn. All LinkedIn(tm) logos and trademarks may displayed on this tool are property of LinkedIn only.  

Get in Touch with: 
Web Site: https://leadconnect.io/
Email: [email protected]

Thanks,
Team Lead Connect                    

Información Básica de la Extensión

Nombre Lead Connect | LinkedIn Outreach Platform Lead Connect | LinkedIn Outreach Platform
ID jdcjfphdohecknoaelnngakpignnedfb
URL Oficial https://chromewebstore.google.com/detail/lead-connect-linkedin-out/jdcjfphdohecknoaelnngakpignnedfb
Descripción With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations
Tamaño del Archivo 2.64 MB
Cantidad de Instalaciones 8,759
Versión Actual 3.0.3
Última Actualización 2023-06-03
Fecha de Publicación 2020-07-04
Calificación 4.30/5 Total de 30 Calificaciones
Desarrollador https://leadconnect.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://leadconnect.io
URL de la Página de Ayuda https://leadconnect.freshdesk.com/support/home
URL de la Página de Política de Privacidad https://leadconnect.io/privacy-policy
Idiomas Soportados en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "short_name": "Lead Connect",
    "description": "__MSG_application_description__",
    "version": "3.0.3",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/ajax.googleapis.com  https:\/\/cdnjs.cloudflare.com https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/logo_ext.png",
        "default_title": "Lead Connect",
        "default_popup": "\/prospectpopup.html"
    },
    "icons": {
        "16": "img\/logo_ext.png",
        "48": "img\/logo_ext.png",
        "128": "img\/logo_ext.png"
    },
    "options_ui": {
        "page": "settings.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/inject_style.css",
                "libs\/tooltipster.bundle.min.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/tooltipster.bundle.min.js",
                "js\/functions.js",
                "js\/linkedin_helper.js",
                "js\/api.js",
                "js\/script.js",
                "js\/bootstrap.min.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.leadconnect.io\/*"
            ],
            "js": [
                "js\/auth_helper.js"
            ],
            " ": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery.min.js",
            "libs\/dexie.min.js",
            "js\/functions.js",
            "js\/api.js",
            "js\/sequences.js",
            "js\/background.js",
            "js\/sequences_handler.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "activeTab",
        "storage",
        "notifications",
        "cookies",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/www.gstatic.com\/\/*",
        "http:\/\/app.leadconnect.io\/*",
        "*:\/\/*.hubspot.com\/*",
        "*:\/\/*.hubapi.com\/*",
        "https:\/\/api.anymailfinder.com\/*",
        "https:\/\/api.findthatlead.com\/*",
        "https:\/\/api.emailhunter.co\/*",
        "https:\/\/*.toofr.com\/*",
        "https:\/\/bpi.briteverify.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.leadconnect.io\/*"
        ]
    }
}