KwickLead

KwickLead. For Quick Lead Generation

KwickLead란 무엇입니까?

KwickLead은(는) https://kwicklead.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KwickLead. For Quick Lead Generation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

KwickLead 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automation Tool to generate more leads in less time on LinkedIn. More leads = more money.

Kwicklead provides a truly safe and transparent lead generation for LinkedIn. You do not have to send over credentials, or require to solve CAPCHA's every 20 minutes. You can see everything Kwicklead does for you, so you are in full control over what is happening with your LinkedIn.

Kwicklead is the new kid on the block, with a simple to use and clear user interface. The tool is compatible with Linkedin Sales Navigator and truly boosts your productivity in the most safe and transparent way possible. It helps you to get more messages from possible leads, by building customised funnels. 

✅  Dashboard

The dashboard shows your overall stats when using Kwicklead. The clean graphs display you activity over time, in order to keep a tight watch on you overall processes and improvements.

✅  Customised messages

Messages can be personalised by using one of Kwicklead's template buttons. You can insert the lead's first name or current company. It automatically filters out emojis, titles such as "Dr." or "Phd" etc. No more strange messages when using Kwicklead!

✅  View profiles

This features visits profiles to create extra touchpoints with your potential leads. It ensures that the leads get a notification that you have viewed their profile, making them more likely to engage with you.

✅  Send invites

Invites can be send to leads with and without messages. This is the key to success and getting your leads to interact with you. Kwicklead also ensures that people with an "email required to invite" are skipped.

✅  Send follow-up messages

Send follow-up messages wheneven you would like, based on the conditions you provide. Leads are better converted when you send them regular reminders or pieces of content that you can provide for them in a message.

✅  Tag leads

On Kwicklead you are able to create custom tags for you leads, so you keep up to date with what the current status of your leads are. 

✅  Customised funnels 

You are able to build custom funnels to tailer exactly how you wish to approach your leads. You are able to create a funnel with any of the touch points Kwicklead provides, and adding a possible delay, or conditions to it if you wish. The dashboard allows you to compare the performance of these different funnel, to ensure you are getting the insights you need!

✅  Limitless number of campaigns

There is no limit on the number of campaigns you can create. Feel free to create more, so that you are able to compare the performance of the different campaigns!

If you have any questions, feel free to reach out to our support staff:

[email protected]                    

확장 프로그램 기본 정보

이름 KwickLead KwickLead
ID bihbmhfcdmpijohdjmhhcfmcdfambbde
공식 URL https://chromewebstore.google.com/detail/kwicklead/bihbmhfcdmpijohdjmhhcfmcdfambbde
설명 KwickLead. For Quick Lead Generation
파일 크기 1.92 MB
설치 횟수 36
현재 버전 0.2.7
최근 업데이트 2021-05-05
출시 날짜 2021-03-19
평점 5.00/5 총 13 개의 평점
개발자 https://kwicklead.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kwicklead.com
도움말 페이지 URL https://kwicklead.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KwickLead",
    "short_name": "KwickLead",
    "version": "0.2.7",
    "description": "KwickLead. For Quick Lead Generation",
    "permissions": [
        "https:\/\/www.linkedin.com\/*",
        "webNavigation",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "KwickLead"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}