ZoomContact
ZoomContact
ZoomContact란 무엇입니까?
ZoomContact은(는) ZoomContact에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ZoomContact"입니다.
확장 프로그램 스크린샷
ZoomContact 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AI powered Chrome Extension to easily find and engage ideal leads on LinkedIn. ZoomContact's AI capabilities provide a wide range of benefits to recruiters and sales professionals alike. • Get phone numbers and email addresses in one click. • Summarize profile faster with AI. • Find similar leads quickly with AI generated boolean search string. • To expedite your email creation process, ZoomContact offers AI-generated prompts tailored to cater to your specific needs. 🎁 It’s FREE to start. Install ZoomContact on your browser with 50 contact credits and 500 GenAI credits per month. ✨ 1 contact credit = 1 contact’s email + phone number. ✨ 1 GenAI credit = 1 AI summary OR 1 boolean search OR 1 AI-generated email. For more info: Email: [email protected] Website: https://zoomcontact.io/ Alternatives: https://zoomcontact.io/alternatives/ Privacy Policy: https://zoomcontact.io/privacy/
확장 프로그램 기본 정보
이름 | ZoomContact |
ID | bkomhhlgldmokcopilckjiggodoehkco |
공식 URL | https://chromewebstore.google.com/detail/zoomcontact/bkomhhlgldmokcopilckjiggodoehkco |
설명 | ZoomContact |
파일 크기 | 1.57 MB |
설치 횟수 | 76 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2023-12-15 |
출시 날짜 | 2023-06-29 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | ZoomContact |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zoomcontact.io |
개인정보 보호 정책 페이지 URL | https://zoomcontact.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZoomContact", "icons": { "16": "logo128.png", "32": "logo128.png", "48": "logo128.png", "128": "logo128.png" }, "manifest_version": 3, "description": "ZoomContact", "version": "0.0.7", "background": { "service_worker": "service-worker.js", "type": "module" }, "permissions": [ "cookies", "storage", "alarms", "scripting" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.zoomcontact.io\/*" ], "externally_connectable": { "matches": [ "https:\/\/app.zoomcontact.io\/*" ] } } |