Etools
Etools lets you find the contact emails of any website or company in one click.
Etoolsคืออะไร?
Etools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://etools.io และคุณลักษณะหลักของมันคือ "Etools lets you find the contact emails of any website or company in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |