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文件
下載Etools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |