Kloser - Find B2B Contact info with one click
Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.
Kloser - Find B2B Contact info with one click란 무엇입니까?
Kloser - Find B2B Contact info with one click은(는) https://kloser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere."입니다.
확장 프로그램 스크린샷
Kloser - Find B2B Contact info with one click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Kloser Chrome extensions empowers you to unmask any business professional's work email address and phone number with a click of a button. Simply install the Kloser Chrome extension and visit any prospect's LinkedIn profile. How does it work? Kloser finds business emails for LinkedIn profiles and search results. Kloser remembers your email discoveries so NO DUPLICATES and emails are NEVER COUNTED TWICE. Companies like IBM, Google, Workday, Intel and many more already use Kloser. Kloser does NOT copy your LinkedIn connections or read your LinkedIn messages. It is 100% safe and secure. With Kloser you get Free monthly email discoveries. Don't wait. Start using Kloser TODAY!
확장 프로그램 기본 정보
이름 | Kloser - Find B2B Contact info with one click |
ID | idcdkjpekpkllkjecfaiibaigfhgedpc |
공식 URL | https://chromewebstore.google.com/detail/kloser-find-b2b-contact-i/idcdkjpekpkllkjecfaiibaigfhgedpc |
설명 | Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere. |
파일 크기 | 367 KB |
설치 횟수 | 7,062 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2023-12-07 |
출시 날짜 | 2021-09-26 |
평점 | 4.72/5 총 849 개의 평점 |
개발자 | https://kloser.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.kloser.com |
도움말 페이지 URL | https://www.kloser.com/contact |
개인정보 보호 정책 페이지 URL | https://kloser.com/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kloser - Find B2B Contact info with one click", "description": "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.", "version": "2.0.4", "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/api.rollbar.com\/", "https:\/\/*.kloser.com\/*", "https:\/\/kloser.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.kloser.com\/*", "https:\/\/kloser.com\/*" ] }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "js": [ "rollbar.config_linkedin_end.js", "content_linkedin_end.bundle.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_end" }, { "js": [ "rollbar.config_linkedin_start.js", "content_linkedin_start.bundle.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https: data: blob: filesystem:;" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "resources": [ "content.html", "loading.gif", "a8998b6f9d59ffcffbf265.bundle.js" ] } ], "permissions": [ "alarms", "storage", "cookies" ] } |