Email Finder - LeadLeaper
Leads email finder for business email addresses
Email Finder - LeadLeaper란 무엇입니까?
Email Finder - LeadLeaper은(는) https://leadleaper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leads email finder for business email addresses"입니다.
확장 프로그램 스크린샷
Email Finder - LeadLeaper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LeadLeaper email finder finds emails for lead profiles LeadLeaper email finder finds emails for lead search results Customers include IBM, HP, Amazon, Salesforce and 1000s more LeadLeaper does NOT copy your professional or social connections LeadLeaper does NOT copy or scrape emails from LinkedIn LeadLeaper email finder is lightweight at less than 130KiB Includes affordable leads email engagement automation More Leads ➔ More Engagements ➔ More Revenue Have Questions? ➔ Discover more at: https://leadleaper.com ➔ Contact our team anytime at: [email protected] ➔ View our FAQ's at: https://leadleaper.com/leadleaper-faq.html ➔ View our privacy policy at: https://leadleaper.com/privacy.html Creating a Free LeadLeaper Account: After adding the LeadLeaper extension, you will be asked to create a free LeadLeaper account by either "Signing In" employing your Google account (in which case Google manages your login including your password) or by creating a LeadLeaper login which includes providing a name (any name will do), a valid email address and a password
확장 프로그램 기본 정보
이름 | Email Finder - LeadLeaper |
ID | iojojcfflmfcejodomoafimdiianbgfe |
공식 URL | https://chromewebstore.google.com/detail/email-finder-leadleaper/iojojcfflmfcejodomoafimdiianbgfe |
설명 | Leads email finder for business email addresses |
파일 크기 | 119 KB |
설치 횟수 | 116,835 |
현재 버전 | 7.1.20 |
최근 업데이트 | 2023-03-18 |
출시 날짜 | 2020-07-16 |
평점 | 4.92/5 총 722 개의 평점 |
개발자 | https://leadleaper.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://leadleaper.com |
개인정보 보호 정책 페이지 URL | https://leadleaper.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "7.1.20", "short_name": "LeadLeaper", "name": "Email Finder - LeadLeaper", "description": "Leads email finder for business email addresses", "action": { "default_icon": { "16": "imgs\/icon16.png", "19": "imgs\/icon19.png", "32": "imgs\/icon32.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "default_title": "LeadLeaper Email Finder", "default_popup": "lead.html" }, "background": { "service_worker": "lbg.js" }, "externally_connectable": { "matches": [ "*:\/\/leadleaper.com\/*", "*:\/\/aws.leadleaper.net\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/lcss.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/lcs.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "alarms", "storage", "background", "notifications" ], "host_permissions": [ "*:\/\/*.leadleaper.net\/*" ], "icons": { "16": "imgs\/icon16.png", "19": "imgs\/icon19.png", "32": "imgs\/icon32.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" } } |