Leadb Email Finder For LinkedIn
Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…
Leadb Email Finder For LinkedIn란 무엇입니까?
Leadb Email Finder For LinkedIn은(는) Leadb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…"입니다.
확장 프로그램 스크린샷
Leadb Email Finder For LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We also provide more company information where the prospect works. Email addresses provided by this tool are 100% verified. Along with email address we also provide the email confidence score which indicates the deliverability of the email. Leadb Email Finder is suitable for 1. Sales 2. Marketing 3. Hiring and for every one who is willing to find prospects using 650M+ profiles on LinkedIn. If you have any questions or feedback, feel free to write us to [email protected] Signup for a free plan on Leadb right now and get 100 credits every month! https://www.leadb.co/signup
확장 프로그램 기본 정보
이름 | |
ID | heekkhdbnajjhdieohopakiiongkpefh |
공식 URL | https://chrome.google.com/webstore/detail/leadb-email-finder-for-li/heekkhdbnajjhdieohopakiiongkpefh |
설명 | Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We… |
파일 크기 | 140 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2020-02-01 |
출시 날짜 | 2020-02-01 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | Leadb |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.9", "name": "Leadb Email Finder For LinkedIn", "browser_action": { "default_icon": "images\/logo-green.png", "default_title": "Leadb Email Finder", "default_popup": "popup.html" }, "icons": { "128": "images\/logo-green.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.leadb.co\/*" ], "css": [ "css\/style.css" ], "js": [ "main-bundle.js" ] } ], "background": { "scripts": [ "background-bundle.js" ] }, "permissions": [ "https:\/\/www.leadb.co\/*", "https:\/\/www.linkedin.com\/*", "http:\/\/localhost:8080\/*", "tabs", "activeTab", "storage" ] } |