Email Spy
Find all available email contacts for a domain with a single click.
Cos'è Email Spy?
Email Spy è un'estensione di Chrome sviluppata da https://intoli.com, e la sua funzione principale è "Find all available email contacts for a domain with a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Email Spy
Scarica i file di estensione Email Spy 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
Email Spy is a browser extension that lets you find email addresses for any domain with a single click. This can be very useful when doing marketing and lead-generation research for your business. Even if there's an easy to find contact email or form on a company's website, it is often much more effective to target your email to the correct person.
Features include:
- Works with both Chrome and Firefox.
- Finds email addresses with a single click.
- Supports email templates to prepopulate email drafts.
- Completely free and open source. Informazioni di Base sull'Estensione
| Nome | |
| ID | iljlpblbhbalekegomdbbilibeahankm |
| URL Ufficiale | https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm |
| Descrizione | Find all available email contacts for a domain with a single click. |
| Dimensione del File | 649 KB |
| Conteggio Installazioni | 516 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2017-05-17 |
| Data di Pubblicazione | 2017-05-17 |
| Valutazione | 3.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://intoli.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/sangaline/email-spy |
| URL della Pagina di Aiuto | https://github.com/sangaline/email-spy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Email Spy",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"browser_style": false,
"default_title": "Email Spy",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"storage",
"tabs",
"https:\/\/duckduckgo.com\/*"
],
"description": "Find all available email contacts for a domain with a single click.",
"version": "0.0.3"
} | |