Kennected | Outreach Platform

With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations

Kennected | Outreach Platform란 무엇입니까?

Kennected | Outreach Platform은(는) http://kennected.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Kennected | Outreach Platform 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Effortlessly send a smart messaging sequence that makes connecting & sending follow up messages to warm prospects a breeze.


Now with unlimited Hubspot & email finder integrations. Kennected is your automation software for LinkedIn lead generation, social selling, growing your professional network, and LinkedIn auto-connecting.


Imagine a world where your prospecting is put on autopilot all thanks to easy-to-use software. Allowing you to auto-connect, send automated LinkedIn messages, integrate with your CRM for better organization, and much more!


Compatible with LinkedIn Free, Sales Navigator, and Premium. Kennected is the ultimate solution for sales professionals, marketing experts, recruiters, real estate agents, and even marketing agencies.


⭐ With this tool you can schedule a campaign/cadence: 

✔️ 1. To send requests to ideal conversations in your target market with a customized message, using customized data from their profile like their First Name, Last Name, Full Name, and Company Name to customize initial connection messages for higher conversions.

✔️2) Follow-up messages are scheduled after a connection request is accepted.

✔️3) Drip multiple follow-up messages until your prospect responds to the messages.

✔️4) On acceptance, our tool will log current and all future activity. You can either export the data into a CSV or your Hubspot.


The artificial intelligence built into the software will automatically detect as soon as a response is received, and will not send remaining follow up messages in the sequence. 

Why Choose Kennected?:


✔️ Team Security: 

- Our team sync feature enables campaigns, avoiding repetitive work and confusion.


✔️ Templates:

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


✔️ CRM Integrations:

- Effortlessly integrate your prospects into HubSpot and automate your 

- Connect prospects to HubSpot and automate tedious sales tasks.

- Save profile to HubSpot with one-click.

Disclaimer:
The 'Kennected' 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.                    

확장 프로그램 기본 정보

이름 Kennected | Outreach Platform Kennected | Outreach Platform
ID lhkigceccjaoclcianglfopgghnncgpb
공식 URL https://chrome.google.com/webstore/detail/lhkigceccjaoclcianglfopgghnncgpb
설명 With smart messaging cadence, Unlimited Hubspot & Email Finder Integrations
파일 크기 1.93 MB
설치 횟수 774
현재 버전 1.4.1
최근 업데이트 2021-08-07
출시 날짜 2020-07-04
평점 5.00/5 총 11 개의 평점
개발자 http://kennected.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kennected.org
도움말 페이지 URL https://kennected.org/contact/
개인정보 보호 정책 페이지 URL https://kennected.org/privacy
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "short_name": "Kennected",
    "description": "__MSG_application_description__",
    "version": "1.4.1",
    "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": "Kennected",
        "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.kennected.org\/*"
            ],
            "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.kennected.org\/*",
        "*:\/\/*.hubspot.com\/*",
        "*:\/\/*.hubapi.com\/*",
        "https:\/\/api.anymailfinder.com\/*",
        "https:\/\/api.findthatlead.com\/*",
        "https:\/\/api.emailhunter.co\/*",
        "https:\/\/*.toofr.com\/*",
        "https:\/\/bpi.briteverify.com\/*"
    ]
}