KwickLead

KwickLead. For Quick Lead Generation

O que é KwickLead?

KwickLead é uma extensão do Chrome desenvolvida por https://kwicklead.com, e sua principal característica é "KwickLead. For Quick Lead Generation".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KwickLead

Baixe arquivos de extensão KwickLead no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome KwickLead KwickLead
ID bihbmhfcdmpijohdjmhhcfmcdfambbde
URL Oficial https://chromewebstore.google.com/detail/kwicklead/bihbmhfcdmpijohdjmhhcfmcdfambbde
Descrição KwickLead. For Quick Lead Generation
Tamanho do Arquivo 1.92 MB
Contagem de Instalações 36
Versão Atual 0.2.7
Última Atualização 2021-05-05
Data de Publicação 2021-03-19
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://kwicklead.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kwicklead.com
URL da Página de Ajuda https://kwicklead.com
Idiomas Suportados 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"
    }
}