Link'Vit, mass invits and messages Linkedin
Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).
Link'Vit, mass invits and messages Linkedin란 무엇입니까?
Link'Vit, mass invits and messages Linkedin은(는) Hack Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s)."입니다.
확장 프로그램 스크린샷
Link'Vit, mass invits and messages Linkedin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make a search on Linkedin. LinkVit will detect "add" button and add a button on the result page. Click on the button :-) Then you will have a popup with informations to fill like "search term" (add people who have only this field in their job title), "rejected term" and message. Add up to 50 contacts on Linkedin with a non premium plan. New : You can delete now invitations older than 'your criteria' days where 'your criteria' represents a number of days. If you like it, please give us 5 stars on ChromeStore. With a premium plan, you don't have a limit. Enjoy and stars if you like it :-) Social selling, linkedin, sales navigator, marketing automation, marketing
확장 프로그램 기본 정보
이름 | ![]() |
ID | lphfogbcapkfkfkdboppgihnfbelkdbn |
공식 URL | https://chrome.google.com/webstore/detail/linkvit-mass-invits-and-m/lphfogbcapkfkfkdboppgihnfbelkdbn |
설명 | Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s). |
파일 크기 | 1004 KB |
설치 횟수 | 782 |
현재 버전 | 0.0.0.8 |
최근 업데이트 | 2018-10-29 |
출시 날짜 | 2018-10-29 |
평점 | 2.91/5 총 11 개의 평점 |
개발자 | Hack Studio |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Tchangang/LinkVit/blob/master/README.md |
도움말 페이지 URL | https://github.com/Tchangang/LinkVit/blob/master/README.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link'Vit, mass invits and messages Linkedin", "description": "Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).", "version": "0.0.0.8", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "notifications", "webRequestBlocking", "webRequest" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/search\/*", "https:\/\/www.linkedin.com\/mynetwork\/invitation-manager\/sent\/*" ], "js": [ "\/libs\/jquery.min.js", "script.js", "removeOldScript.js", "\/libs\/jquery-ui.min.js" ], "css": [ "\/css\/fontawesome.css", "\/css\/main.css" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "*.png", "*.ttf", "*.png", "*.eot", "*.otf", "*.woff", "\/css\/fonts\/.*", "\/css\/*.*", "" ], "browser_action": { "default_title": "Link'Vit" }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } |