Find That Email : Email Address Generator
Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email
什么是Find That Email : Email Address Generator?
Find That Email : Email Address Generator是由aidanblant开发的Chrome扩展程序,该扩展的主要功能是“Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email”。
扩展截图
下载Find That Email : Email Address Generator扩展crx文件
下载Find That Email : Email Address Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Generates a list of 30+ possible email addresses for a given person. Just provide web domain, first name, and last name. A great tool to find the right address for any cold email.
Now featuring copy to clipboard button and automatically populate email bcc field.                     扩展基本信息
| 名称 |   |  
| ID | omhddidaimomdeombghbcbkkbimabmmm | 
| 官方URL | https://chromewebstore.google.com/detail/find-that-email-email-add/omhddidaimomdeombghbcbkkbimabmmm | 
| 简介 | Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email | 
| 文件大小 | 14.1 KB | 
| 安装次数 | 1,420 | 
| 当前版本 | 0.0.5.0 | 
| 更新时间 | 2018-04-13 | 
| 上架时间 | 2018-04-13 | 
| 评分 | 5.00/5 共6次评分 | 
| 开发者 | aidanblant | 
| 付费类型 | free | 
| 扩展官网 | https://www.aidanblant.com | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find That Email : Email Address Generator",
    "short_name": "Find That Email",
    "description": "Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email",
    "version": "0.0.5.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Find that Email!",
        "default_icon": "icon.png",
        "default_popup": "emailGenerator.html"
    },
    "manifest_version": 2
}  |  |