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
Cos'è Find That Email : Email Address Generator?
Find That Email : Email Address Generator è un'estensione di Chrome sviluppata da aidanblant, e la sua funzione principale è "Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find That Email : Email Address Generator
Scarica i file di estensione Find That Email : Email Address Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | omhddidaimomdeombghbcbkkbimabmmm |
| URL Ufficiale | https://chromewebstore.google.com/detail/find-that-email-email-add/omhddidaimomdeombghbcbkkbimabmmm |
| Descrizione | Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email |
| Dimensione del File | 14.1 KB |
| Conteggio Installazioni | 1,420 |
| Versione Corrente | 0.0.5.0 |
| Ultimo Aggiornamento | 2018-04-13 |
| Data di Pubblicazione | 2018-04-13 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | aidanblant |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.aidanblant.com |
| Lingue Supportate | 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
} | |