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
Was ist Find That Email : Email Address Generator?
Find That Email : Email Address Generator ist eine Chrome-Erweiterung, die von aidanblant entwickelt wurde, und ihr Hauptmerkmal ist "Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email".
Erweiterungsscreenshots
Find That Email : Email Address Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Find That Email : Email Address Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | omhddidaimomdeombghbcbkkbimabmmm |
| Offizielle URL | https://chromewebstore.google.com/detail/find-that-email-email-add/omhddidaimomdeombghbcbkkbimabmmm |
| Beschreibung | Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email |
| Dateigröße | 14.1 KB |
| Installationsanzahl | 1,420 |
| Aktuelle Version | 0.0.5.0 |
| Letztes Update | 2018-04-13 |
| Veröffentlichungsdatum | 2018-04-13 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | aidanblant |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.aidanblant.com |
| Unterstützte Sprachen | 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
} | |