LeadRadar - LinkedIn automation tool
LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…
LeadRadar - LinkedIn automation tool란 무엇입니까?
LeadRadar - LinkedIn automation tool은(는) https://leadradar.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…"입니다.
확장 프로그램 스크린샷
LeadRadar - LinkedIn automation tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts with filters and tags and help your profile grow by sending multiple connection requests and messages with a single click. With LeadRadar you will be able to: - organize your contacts and 2nd degree profiles with agile filters and tags - automatically send connection requests and messages to targeted profiles - view pages of your target audience to attract attention to your profile - calculate your LinkedIn activity statistics - export contact data of your 1st degree connections
확장 프로그램 기본 정보
이름 | LeadRadar - LinkedIn automation tool |
ID | hllcjbhgepnhcpllbheeoponaopnfpeo |
공식 URL | https://chromewebstore.google.com/detail/leadradar-linkedin-automa/hllcjbhgepnhcpllbheeoponaopnfpeo |
설명 | LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts… |
파일 크기 | 2.75 MB |
설치 횟수 | 215 |
현재 버전 | 1.5.20 |
최근 업데이트 | 2019-11-16 |
출시 날짜 | 2019-11-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://leadradar.io |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeadRadar - LinkedIn automation tool", "version": "1.5.20", "offline_enabled": true, "icons": { "512": "favicon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/vsearch\/*", "*:\/\/www.linkedin.com\/vsearch\/*", "*:\/\/linkedin.com\/search\/*", "*:\/\/www.linkedin.com\/search\/*" ], "js": [ "integration.js" ] }, { "matches": [ "*:\/\/linkedin.com\/*", "*:\/\/www.linkedin.com\/*" ], "js": [ "jquery.min.js", "jquery.cookie.js", "content.js", "socket.io.js", "page\/js\/socket.js" ] } ], "browser_action": { "default_title": "LinkedIn Extension", "default_icon": { "512": "favicon.png" } }, "permissions": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/liext.local\/", "*:\/\/leadradar.io\/", "storage", "unlimitedStorage", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |