Email Lookup and Email Search by Webspotter

Find emails behind any website

Что такое Email Lookup and Email Search by Webspotter?

Email Lookup and Email Search by Webspotter - это расширение Chrome, разработанное webspotter.io, и его основная функция - "Find emails behind any website".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Email Lookup and Email Search by Webspotter

Скачайте файлы расширений Email Lookup and Email Search by Webspotter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Email Lookup and Email Search Chrome extension lets you uncover emails without much effort. Collect the contact data for your email and lead-generation campaigns.
Webspotter Email Lookup is a perfect alternative to email search software, services, and plugins such as Snov.io (Snovio) Email Finder, Hunter, GetProspect, BuiltWith, Email Extractor, WhatRuns, and RocketReach.
Here are some Webspotter benefits:
⌚ Save time by quickly finding any email address
📧 Receive verified and actual emails
📌 Copy emails to clipboard
This product will suit a wide range of professionals, helping them work more productively and quickly:
✓ Marketers can find contact information for thousands of potential leads, journalists, website owners, and bloggers.
New: 
* uncover links to Linkedin, Facebook, Instagram accounts
* view company information such as employees count, industry and location
* view email source                    

Основная информация о расширении

Название Email Lookup and Email Search by Webspotter Email Lookup and Email Search by Webspotter
ID gpbhhjnhdfmdjephhladopnjpelhmplc
Официальный URL https://chromewebstore.google.com/detail/email-lookup-and-email-se/gpbhhjnhdfmdjephhladopnjpelhmplc
Описание Find emails behind any website
Размер файла 646 KB
Количество установок 1,748
Текущая Версия 1.01
Последнее Обновление 2019-10-03
Дата публикации 2019-10-02
Рейтинг 4.00/5 Всего 5 оценок
Разработчик webspotter.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://webspotter.io
URL страницы политики конфиденциальности https://webspotter.io/privacypolicy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Lookup and Email Search by Webspotter",
    "description": "Find emails behind any website",
    "version": "1.01",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/Components\/Helper\/Helper.js",
            "js\/Services\/HttpService\/HttpService.js",
            "js\/Components\/EmailFinder\/EmailFinder.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "http:\/\/*.webspotter.io\/*",
        "https:\/\/*.webspotter.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "css": [
                "css\/font-awesome.css",
                "css\/email-finder.css",
                "css\/popup.css",
                "css\/content.css"
            ],
            "js": [
                "js\/Components\/Helper\/Helper.js",
                "js\/Services\/HttpService\/HttpService.js",
                "js\/Components\/EmailFinder\/EmailFinder.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*"
    ]
}