Etools
Etools lets you find the contact emails of any website or company in one click.
Etools란 무엇입니까?
Etools은(는) http://etools.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Etools lets you find the contact emails of any website or company in one click."입니다.
확장 프로그램 스크린샷
Etools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find the contact details behind any website in 1 click. Using Etools, you can find the best contact emails of any domain in a matter of seconds. The tool looks in different sources, such as Whois, social profiles, scraping, and more in order to find all the valid contact details of the website. In addition to the main email finder tools which finds the domain owner (or staff) details, you'll be able to reveal: - Similar websites - Other websites that are owned by the same person - Website traffic info - SEO details This tool can be used by email outreach experts who are looking to cold email and pitch relevant prospects. Whether you're looking to find the company email or the owner of a domain for outbound prospecting, you'll be able to use Etools to find the best contact details in seconds.
확장 프로그램 기본 정보
이름 | |
ID | iokdpcceimidalbgbiheoodmaimbpigi |
공식 URL | https://chrome.google.com/webstore/detail/etools/iokdpcceimidalbgbiheoodmaimbpigi |
설명 | Etools lets you find the contact emails of any website or company in one click. |
파일 크기 | 218 KB |
설치 횟수 | 659 |
현재 버전 | 2.4.4 |
최근 업데이트 | 2017-12-07 |
출시 날짜 | 2017-12-07 |
평점 | 4.83/5 총 29 개의 평점 |
개발자 | http://etools.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://etools.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etools", "short_name": "Etools", "description": "Etools lets you find the contact emails of any website or company in one click.", "version": "2.4.4", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "fonts\/*", "gmail\/img\/*", "gmail\/content.css", "lib\/tipso.min.css", "inpagePopupFrame.html" ], "browser_action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/etools.io\/*", "https:\/\/www.etools.io\/*", "https:\/\/app.etools.io\/*", "activeTab", "declarativeContent", "storage", "tabs", "notifications" ], "externally_connectable": { "matches": [ "*:\/\/app.etools.io\/*" ] }, "optional_permissions": [ "https:\/\/mail.google.com\/*" ] } |