Email Spy
Find all available email contacts for a domain with a single click.
Что такое Email Spy?
Email Spy - это расширение Chrome, разработанное https://intoli.com, и его основная функция - "Find all available email contacts for a domain with a single click.".
Снимки экрана расширения
Скачать файл CRX расширения Email Spy
Скачайте файлы расширений Email Spy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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.                     Основная информация о расширении
| Название |   |  
| 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"
}  |  |