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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |