Email Spy

Find all available email contacts for a domain with a single click.

What is Email Spy?

Email Spy is a Chrome extension developed by https://intoli.com, and its main feature is "Find all available email contacts for a domain with a single click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Email Spy Extension CRX File

Download Email Spy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Email Spy Email Spy
ID iljlpblbhbalekegomdbbilibeahankm
Official URL https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm
Description Find all available email contacts for a domain with a single click.
File Size 649 KB
Installation Count 516
Current Version 0.0.3
Last Updated 2017-05-17
Publish Date 2017-05-17
Rating 3.00/5 Total 4 Ratings
Developer https://intoli.com
Payment Type free
Extension Website https://github.com/sangaline/email-spy
Help Page URL https://github.com/sangaline/email-spy
Supported Languages 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"
}