Email Spy
Find all available email contacts for a domain with a single click.
Email Spyคืออะไร?
Email Spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://intoli.com และคุณลักษณะหลักของมันคือ "Find all available email contacts for a domain with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Spy
ดาวน์โหลดไฟล์ส่วนขยาย Email Spy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |