Email Verifier by Aeroleads
Verify emails from any web page using your Aeroleads Email Verifier
Email Verifier by Aeroleads란 무엇입니까?
Email Verifier by Aeroleads은(는) https://aeroleads.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Verify emails from any web page using your Aeroleads Email Verifier"입니다.
확장 프로그램 스크린샷
Email Verifier by Aeroleads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you see emails on any web page but you don’t know if they are valid or invalid? Worry no more! You can use the AeroLeads email verifier chrome plugin to validate emails in real time. 💡How to use AeroLeads Email Verifier Chrome Extension? 1) Install the extension. Do not forget to sign up at AeroLeads.com too (it will only take 10 seconds) 2) Click on the icon which has emails. The extension will automatically detect emails on the page. 3) Click on “verify” and the plugin will check if the email is valid, invalid or catch-all. 💡FAQ ❓How to contact you for help and further questions? If you have questions or need more info, you can contact us at via https://aeroleads.com/contact ❓Is the plugin safe? Yes, we do not save any of your personal data or what you do with the extension. Please check our terms of service https://aeroleads.com/tos and privacy policy https://aeroleads.com/privacy
확장 프로그램 기본 정보
이름 | Email Verifier by Aeroleads |
ID | ojhnlacfoofbbhhbnhckdbdnflgokbbd |
공식 URL | https://chromewebstore.google.com/detail/email-verifier-by-aerolea/ojhnlacfoofbbhhbnhckdbdnflgokbbd |
설명 | Verify emails from any web page using your Aeroleads Email Verifier |
파일 크기 | 179 KB |
설치 횟수 | 628 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-11-16 |
출시 날짜 | 2022-10-18 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://aeroleads.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://verifier.aeroleads.com |
도움말 페이지 URL | https://aeroleads.com/contact_us |
개인정보 보호 정책 페이지 URL | https://aeroleads.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Verifier by Aeroleads", "version": "1.2", "description": "Verify emails from any web page using your Aeroleads Email Verifier", "permissions": [ "activeTab", "scripting" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "host_permissions": [ "https:\/\/*.aeroleads.com\/*", "http:\/\/*.aeroleads.com\/*", "http:\/\/*.lvh.me:3000\/*" ], "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "manifest_version": 3 } |