Email Finder by Snov.io

Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.

O que é Email Finder by Snov.io?

Email Finder by Snov.io é uma extensão do Chrome desenvolvida por https://snov.io, e sua principal característica é "Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Finder by Snov.io

Baixe arquivos de extensão Email Finder by Snov.io no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This is an easy to use email finder with an inbuilt email verifier, email drip campaigns and a lot of free tools.

With Snov.io Email Finder for Chrome you can find your prospective leads’ emails, put them into mailing lists to get replies and nurture leads automatically.

✓ Spare countless hours by saving email addresses and prospects from most popular professional networks, google search or any website you need using Snov.io. 

✓ Check email addresses instantly, without being charged for invalid emails; the email verification feature will make your bulk email lists bounce free.

✓ Send email drip campaigns from the application panel with a handy yet powerful drag-and-drop editor. 

Add an email account and design triggered email sequences to follow up your prospects, save templates, and send emails to lists of found contacts from the web application. 

✓ We also provide you with a boolean-string search queries generator for Google, LinkedIn, Github, Facebook, and others. 

Snov.io is a great email finder for many types of professionals. It makes things just easier for many people:
- Recruiters can extend their sourcing resources
- Sales managers can do better prospecting finding more email addresses and sending triggered email sequences. 
- Marketers can find and research bloggers, journalists, websites owners and contact them in a few clicks. 

✓ Besides email addresses we provide you with other structured information, enhancing your data so you can target specific positions within companies. 

✓ Surfing websites and searching email addresses is easy with Snov.io plugin. Visit any website, open our plugin and see email addresses along with extra information like names or positions (if available).

✓ Does not interfere with other email addresses lookup chrome extensions including most popular clearbit, hunter.io, rocketreach, scrapp and works alongside with them.

Before using our Email Finder be sure to read and agree to Snov.io's Privacy Policy https://snov.io/privacy-policy.html

Email Finder permissions
1."tabs" - is using the chrome.tabs API (getting bookmark links, creating new tabs with our link, reloading open pages of app.snov.io)
2."http://*/" - access to all sites to get page content (alternative to all_urls)
3."https://*/" - access to all sites to get page content (alternative to all_urls)
4."cookies" - session recovery via cookies from app.snov.io
5."notifications" - to show push notifications (completion of background tasks)
6."webRequest" - for automated information collection from web pages without direct opening of the pages by the user
7."contextMenus" - to create a new item 'Background tasks' in the context menu of the extension

Join Snov.io right now for a free plan and get 50 credits every month!
https://app.snov.io/register

There are huge efforts behind Snov.io. 
We hope you will enjoy the app and would like to encourage you to express your thoughts and let us know about any issues via the website chat window or on [email protected].
💜 https://snov.io
Hope to see you onboard!                    

Informações Básicas da Extensão

Nome Email Finder by Snov.io Email Finder by Snov.io
ID einnffiilpmgldkapbikhkeicohlaapj
URL Oficial https://chromewebstore.google.com/detail/email-finder-by-snovio/einnffiilpmgldkapbikhkeicohlaapj
Descrição Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.
Tamanho do Arquivo 405 KB
Contagem de Instalações 464,022
Versão Atual 2.3.13
Última Atualização 2024-01-11
Data de Publicação 2020-07-03
Classificação 4.93/5 Total de 5764 Avaliações
Desenvolvedor https://snov.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://snov.io
URL da Página de Ajuda https://snov.io/knowledgebase/knowledgebase/how-to-use-snovio-extension-for-chrome/
URL da Página de Política de Privacidade https://snov.io/privacy-policy.html
Idiomas Suportados en,es,pt-BR,uk,zh-CN
manifest.json
{
    "background": {
        "service_worker": "js\/sw.js"
    },
    "minimum_chrome_version": "92",
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/app.snov.io\/*"
            ],
            "js": [
                "js\/snovio\/snovioEvents.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.snov.io\/*"
            ],
            "js": [
                "js\/snovio\/presence.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.snov.io\/*"
            ],
            "js": [
                "js\/snovio\/signForApp.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/128.png",
        "19": "img\/19.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.13"
}