LinkedIn Email Finder - LeadLoft Prospector
Find emails from LinkedIn and websites.
LinkedIn Email Finder - LeadLoft Prospector란 무엇입니까?
LinkedIn Email Finder - LeadLoft Prospector은(는) http://leadloft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find emails from LinkedIn and websites."입니다.
확장 프로그램 스크린샷
LinkedIn Email Finder - LeadLoft Prospector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With LeadLoft, you can find contact information for anyone. Whether it's angel investors or fortune 500 CEOs, LeadLoft can put you in touch and start a conversation. How it works: #1 Get Started at www.leadloft.com #2 Install our Chrome Extension #3 Begin Prospecting Now it's time to start growing! Begin prospecting on LinkedIn to find and verify anyone's contact information. #4 Scale Growth Scale outreach by adding your whole sales team to LeadLoft. Ready to go? Get started at www.leadloft.com
확장 프로그램 기본 정보
이름 | |
ID | dfpfllmpaompimoippbhnjjcfokelcgp |
공식 URL | https://chrome.google.com/webstore/detail/linkedin-email-finder-lea/dfpfllmpaompimoippbhnjjcfokelcgp |
설명 | Find emails from LinkedIn and websites. |
파일 크기 | 77.77 KB |
설치 횟수 | 161 |
현재 버전 | 2.0.8 |
최근 업데이트 | 2022-03-11 |
출시 날짜 | 2020-07-27 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | http://leadloft.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.leadloft.com |
도움말 페이지 URL | https://www.leadloft.com/faq |
개인정보 보호 정책 페이지 URL | https://www.leadloft.com/user-agreements/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Email Finder - LeadLoft Prospector", "description": "Find emails from LinkedIn and websites.", "version": "2.0.8", "browser_action": { "name": "Manipulate DOM", "default_icon": "logo48.png", "default_popup": "popup.html", "default_title": "LinkedIn Email Finder - LeadLoft Prospector" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "tabs", "https:\/\/*.leadloft.com\/*", "https:\/\/*.linkedin.com\/*" ], "background": { "scripts": [ "profile.js", "config.js", "jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "inject.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.linkedin.com\/*" ] }, { "js": [ "profile.js", "config.js", "jquery-2.1.1.min.js", "sha256.js", "content.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.leadloft.com\/*" ] } ], "web_accessible_resources": [ "injected.js" ], "externally_connectable": { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.leadloft.com\/*" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |