WarpLeads Email Finder
Find email addresses on any website, instantly.
WarpLeads Email Finder란 무엇입니까?
WarpLeads Email Finder은(는) WarpLeads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find email addresses on any website, instantly."입니다.
확장 프로그램 스크린샷
WarpLeads Email Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Email finder by WarpLeads help you find emails easily from any site. Just navigate to site in new tab and click extension to reveal email address. DISCLAMER: In some cases we are not able to find email address or any data.
확장 프로그램 기본 정보
이름 | WarpLeads Email Finder |
ID | nmpjanlhigmbkdiclajgbenpgppdnmhd |
공식 URL | https://chromewebstore.google.com/detail/warpleads-email-finder/nmpjanlhigmbkdiclajgbenpgppdnmhd |
설명 | Find email addresses on any website, instantly. |
파일 크기 | 40.4 KB |
설치 횟수 | 27 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-05-18 |
출시 날짜 | 2023-05-17 |
개발자 | WarpLeads |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.warpleads.com |
도움말 페이지 URL | https://www.warpleads.com |
개인정보 보호 정책 페이지 URL | https://warpleads.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "name": "WarpLeads Email Finder", "description": "Find email addresses on any website, instantly.", "permissions": [ "activeTab", "storage" ], "action": { "default_icon": "\/images\/logo.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/warpleads.com\/*" ], "background": { "service_worker": "service-worker.js", "type": "module" }, "icons": { "128": "\/images\/logo.png" }, "manifest_version": 3 } |