KwickLead

KwickLead. For Quick Lead Generation

KwickLeadคืออะไร?

KwickLead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kwicklead.com และคุณลักษณะหลักของมันคือ "KwickLead. For Quick Lead Generation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KwickLead

ดาวน์โหลดไฟล์ส่วนขยาย KwickLead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}