Email Spy

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

Qu'est-ce que Email Spy ?

Email Spy est une extension Chrome développée par https://intoli.com, et sa fonction principale est "Find all available email contacts for a domain with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Email Spy

Téléchargez les fichiers d'extension Email Spy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Email Spy Email Spy
ID iljlpblbhbalekegomdbbilibeahankm
URL Officiel https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm
Description Find all available email contacts for a domain with a single click.
Taille du Fichier 649 KB
Nombre d'Installations 516
Version Actuelle 0.0.3
Dernière Mise à Jour 2017-05-17
Date de Publication 2017-05-17
Évaluation 3.00/5 Total 4 Évaluations
Développeur https://intoli.com
Type de Paiement free
Site Web de l'Extension https://github.com/sangaline/email-spy
URL de la Page d'Aide https://github.com/sangaline/email-spy
Langues Prises en Charge 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"
}