Email Spy

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

Email Spy क्या है?

Email Spy https://intoli.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find all available email contacts for a domain with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Spy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Email Spy Email Spy
ID iljlpblbhbalekegomdbbilibeahankm
आधिकारिक URL https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm
विवरण Find all available email contacts for a domain with a single click.
फ़ाइल का आकार 649 KB
स्थापना संख्या 516
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2017-05-17
प्रकाशन तिथि 2017-05-17
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर https://intoli.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sangaline/email-spy
सहायता पृष्ठ URL https://github.com/sangaline/email-spy
समर्थित भाषाएँ 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"
}