Email Spy
Find all available email contacts for a domain with a single click.
Email Spy란 무엇입니까?
Email Spy은(는) https://intoli.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find all available email contacts for a domain with a single click."입니다.
확장 프로그램 스크린샷
Email Spy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Email Spy is a browser extension that lets you find email addresses for any domain with a single click. This can be very useful when doing marketing and lead-generation research for your business. Even if there's an easy to find contact email or form on a company's website, it is often much more effective to target your email to the correct person. Features include: - Works with both Chrome and Firefox. - Finds email addresses with a single click. - Supports email templates to prepopulate email drafts. - Completely free and open source.
확장 프로그램 기본 정보
이름 | Email Spy |
ID | iljlpblbhbalekegomdbbilibeahankm |
공식 URL | https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm |
설명 | Find all available email contacts for a domain with a single click. |
파일 크기 | 649 KB |
설치 횟수 | 516 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2017-05-17 |
출시 날짜 | 2017-05-17 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | https://intoli.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sangaline/email-spy |
도움말 페이지 URL | https://github.com/sangaline/email-spy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Spy", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_style": false, "default_title": "Email Spy", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "https:\/\/duckduckgo.com\/*" ], "description": "Find all available email contacts for a domain with a single click.", "version": "0.0.3" } |