KwickLead

KwickLead. For Quick Lead Generation

Wat is KwickLead?

KwickLead is een Chrome-extensie ontwikkeld door https://kwicklead.com, en de belangrijkste functie is "KwickLead. For Quick Lead Generation".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KwickLead

Download KwickLead-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam KwickLead KwickLead
ID bihbmhfcdmpijohdjmhhcfmcdfambbde
Officiële URL https://chromewebstore.google.com/detail/kwicklead/bihbmhfcdmpijohdjmhhcfmcdfambbde
Beschrijving KwickLead. For Quick Lead Generation
Bestandsgrootte 1.92 MB
Aantal Installaties 36
Huidige Versie 0.2.7
Laatst Bijgewerkt 2021-05-05
Publicatiedatum 2021-03-19
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar https://kwicklead.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kwicklead.com
Help Pagina-URL https://kwicklead.com
Ondersteunde Talen 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"
    }
}