Email Spy
Find all available email contacts for a domain with a single click.
Wat is Email Spy?
Email Spy is een Chrome-extensie ontwikkeld door https://intoli.com, en de belangrijkste functie is "Find all available email contacts for a domain with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Email Spy
Download Email Spy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | iljlpblbhbalekegomdbbilibeahankm | 
| Officiële URL | https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm | 
| Beschrijving | Find all available email contacts for a domain with a single click. | 
| Bestandsgrootte | 649 KB | 
| Aantal Installaties | 516 | 
| Huidige Versie | 0.0.3 | 
| Laatst Bijgewerkt | 2017-05-17 | 
| Publicatiedatum | 2017-05-17 | 
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | https://intoli.com | 
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/sangaline/email-spy | 
| Help Pagina-URL | https://github.com/sangaline/email-spy | 
| Ondersteunde Talen | 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"
}  |  |