Email Miner

Email Miner will instantly get a list of leads directly from Google and Social Media Pages.

Что такое Email Miner?

Email Miner - это расширение Chrome, разработанное https://leadsintoinbox.com, и его основная функция - "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.".

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

screenshot

Скачать файл CRX расширения Email Miner

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

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

                        Email Miner is a Google Chrome extension that automates the process of capturing leads and contact info through Google's powerful search engine to find a list of segmented potential customers.

Get the name, email and social media link of leads with accuracy up to 92% of search criteria.

Capture thousands of leads per minute by searching different social media networks or websites that contain public emails.

Find as many leads as your business needs, There's no limit. Email Miner searches the depths of the internet to find the highest number of matches for your search keywords.                    

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

Название Email Miner Email Miner
ID lekppmdbjgnhecpkeddomklegpcnadba
Официальный URL https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba
Описание Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
Размер файла 204 KB
Количество установок 483
Текущая Версия 1.0.42
Последнее Обновление 2021-12-20
Дата публикации 2021-07-27
Рейтинг 3.86/5 Всего 7 оценок
Разработчик https://leadsintoinbox.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://10x.leadsintoinbox.com/site
URL страницы помощи https://m.me/LeadsIntoInbox
URL страницы политики конфиденциальности https://buy.leadsintoinbox.com/privacy
Поддерживаемые языки en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Miner",
    "description": "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.",
    "default_locale": "en",
    "version": "1.0.42",
    "icons": {
        "16": "images\/1626985110243-smallLogo.png",
        "48": "images\/1626985110294-mediumLogo.png",
        "128": "images\/1626985110336-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Email Miner",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "background",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ],
    "short_name": "EM"
}