LinkedIn Smart Connector
Auto connections inviter and followup messenger for LinkedIn
什么是LinkedIn Smart Connector?
LinkedIn Smart Connector是由http://smartconnector.org开发的Chrome扩展程序,该扩展的主要功能是“Auto connections inviter and followup messenger for LinkedIn”。
扩展截图
下载LinkedIn Smart Connector扩展crx文件
下载LinkedIn Smart Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use automated LinkedIn connections and personalized follow up messages to build trust and get 10times more replies. Develop your business continually by pulling in your prospects at scale, and investing your time only with those who have the interest to work with you. How does it work? Send auto connection requests to 2nd and 3rd-degree connections. Get drip campaigns sent to your 1st-degree connections automatically 1. Set up your message sequence. Create and set your invitation message, follow-up messages, along with personalizations like first name, last name, company, and others. Set the sequence, schedule, and delay time. 2. Import your prospects. Easily import your prospects from your CSV file or Linkedin native search. 3. Get replies Click ‘start campaign’ for SmartConnector tool to start sending out invites, checking for new connections, and replies. Based on the schedule set, it will send personalized follow-up messages, until a reply is noticed, then it will stop. Make your business growing fast connecting with right people!
扩展基本信息
名称 | |
ID | jgpnoalkbjpmoggkkbobhkmnhjaoemal |
官方URL | https://chrome.google.com/webstore/detail/linkedin-smart-connector/jgpnoalkbjpmoggkkbobhkmnhjaoemal |
简介 | Auto connections inviter and followup messenger for LinkedIn |
文件大小 | 493 KB |
安装次数 | 29 |
当前版本 | 2.2.6 |
更新时间 | 2022-02-21 |
上架时间 | 2021-03-17 |
评分 | 4.81/5 共21次评分 |
开发者 | http://smartconnector.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://smartconnector.org |
帮助页面URL | https://smartconnector.org |
隐私政策页面URL | https://smartconnector.org/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Smart Connector", "version": "2.2.6", "description": "Auto connections inviter and followup messenger for LinkedIn", "homepage_url": "https:\/\/smartconnector.org", "permissions": [ "storage", "webRequest", "https:\/\/www.linkedin.com\/", "https:\/\/app.smartconnector.org\/" ], "content_security_policy": "script-src 'self' https:\/\/app.smartconnector.org; object-src 'self'", "browser_action": { "default_title": "LinkedIn SmartConnector", "default_popup": "account.html" }, "icons": { "120": "images\/logo_120.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery.min.js", "js\/jquery-ui.js", "js\/integration.js" ] } ], "background": { "scripts": [ "js\/config.js", "js\/common.js", "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "icons\/*.*", "index.html", "account.html", "images\/logo-mini.png" ], "manifest_version": 2 } |