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 |
| 官方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"
} | |