Lead Connect | LinkedIn Outreach Platform

With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations

What is Lead Connect | LinkedIn Outreach Platform?

Lead Connect | LinkedIn Outreach Platform is a Chrome extension developed by https://leadconnect.io, and its main feature is "With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lead Connect | LinkedIn Outreach Platform Extension CRX File

Download Lead Connect | LinkedIn Outreach Platform 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

                        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                    

Extension Basic Information

Name Lead Connect | LinkedIn Outreach Platform Lead Connect | LinkedIn Outreach Platform
ID jdcjfphdohecknoaelnngakpignnedfb
Official URL https://chromewebstore.google.com/detail/lead-connect-linkedin-out/jdcjfphdohecknoaelnngakpignnedfb
Description With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations
File Size 2.64 MB
Installation Count 8,759
Current Version 3.0.3
Last Updated 2023-06-03
Publish Date 2020-07-04
Rating 4.30/5 Total 30 Ratings
Developer https://leadconnect.io
Email [email protected]
Payment Type free
Extension Website https://leadconnect.io
Help Page URL https://leadconnect.freshdesk.com/support/home
Privacy Policy Page URL https://leadconnect.io/privacy-policy
Supported Languages 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\/*"
        ]
    }
}