Email Finder by Snov.io

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

Wat is Email Finder by Snov.io?

Email Finder by Snov.io is een Chrome-extensie ontwikkeld door https://snov.io, en de belangrijkste functie is "Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Email Finder by Snov.io

Download Email Finder by Snov.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Email Finder by Snov.io Email Finder by Snov.io
ID einnffiilpmgldkapbikhkeicohlaapj
Officiële URL https://chromewebstore.google.com/detail/email-finder-by-snovio/einnffiilpmgldkapbikhkeicohlaapj
Beschrijving Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.
Bestandsgrootte 405 KB
Aantal Installaties 464,022
Huidige Versie 2.3.13
Laatst Bijgewerkt 2024-01-11
Publicatiedatum 2020-07-03
Beoordeling 4.93/5 Totaal 5764 Beoordelingen
Ontwikkelaar https://snov.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://snov.io
Help Pagina-URL https://snov.io/knowledgebase/knowledgebase/how-to-use-snovio-extension-for-chrome/
URL van de Privacybeleid Pagina https://snov.io/privacy-policy.html
Ondersteunde Talen 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"
}