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文件
下載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 |
| 官方網址 | 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"
} | |