KwickLead
KwickLead. For Quick Lead Generation
什麼是KwickLead?
KwickLead是由https://kwicklead.com開發的Chrome擴展程式,該擴展的主要功能是“KwickLead. For Quick Lead Generation”。
擴展截圖
下載KwickLead擴展crx文件
下載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 |
ID | bihbmhfcdmpijohdjmhhcfmcdfambbde |
官方網址 | 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" } } |