Lead Connect | LinkedIn Outreach Platform

With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations

Co je Lead Connect | LinkedIn Outreach Platform?

Lead Connect | LinkedIn Outreach Platform je rozšíření Chrome vyvinuté https://leadconnect.io, a jeho hlavní funkcí je „With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Lead Connect | LinkedIn Outreach Platform

Stáhněte si soubory rozšíření Lead Connect | LinkedIn Outreach Platform ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Lead Connect | LinkedIn Outreach Platform Lead Connect | LinkedIn Outreach Platform
ID jdcjfphdohecknoaelnngakpignnedfb
Oficiální URL https://chromewebstore.google.com/detail/lead-connect-linkedin-out/jdcjfphdohecknoaelnngakpignnedfb
Popis With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations
Velikost souboru 2.64 MB
Počet instalací 8,759
Aktuální Verze 3.0.3
Poslední Aktualizace 2023-06-03
Datum Vydání 2020-07-04
Hodnocení 4.30/5 Celkem 30 Hodnocení
Vývojář https://leadconnect.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://leadconnect.io
URL Stránky Nápovědy https://leadconnect.freshdesk.com/support/home
URL Stránky Zásad Ochrany Soukromí https://leadconnect.io/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}