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

What is Find That Email : Email Address Generator?

Find That Email : Email Address Generator is a Chrome extension developed by aidanblant, and its main feature is "Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email".

Extension Screenshots

screenshot

Download Find That Email : Email Address Generator Extension CRX File

Download Find That Email : Email Address Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Find That Email : Email Address Generator Find That Email : Email Address Generator
ID omhddidaimomdeombghbcbkkbimabmmm
Official URL https://chromewebstore.google.com/detail/find-that-email-email-add/omhddidaimomdeombghbcbkkbimabmmm
Description Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email
File Size 14.1 KB
Installation Count 1,420
Current Version 0.0.5.0
Last Updated 2018-04-13
Publish Date 2018-04-13
Rating 5.00/5 Total 6 Ratings
Developer aidanblant
Payment Type free
Extension Website https://www.aidanblant.com
Supported Languages 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
}