Find That Email : Email Address Generator

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

Merlin
Additional files are visible only to premium users

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
}