Email Finder by Snov.io

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

Qu'est-ce que Email Finder by Snov.io ?

Email Finder by Snov.io est une extension Chrome développée par https://snov.io, et sa fonction principale est "Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Email Finder by Snov.io

Téléchargez les fichiers d'extension Email Finder by Snov.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Email Finder by Snov.io Email Finder by Snov.io
ID einnffiilpmgldkapbikhkeicohlaapj
URL Officiel https://chromewebstore.google.com/detail/email-finder-by-snovio/einnffiilpmgldkapbikhkeicohlaapj
Description Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.
Taille du Fichier 405 KB
Nombre d'Installations 464,022
Version Actuelle 2.3.13
Dernière Mise à Jour 2024-01-11
Date de Publication 2020-07-03
Évaluation 4.93/5 Total 5764 Évaluations
Développeur https://snov.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://snov.io
URL de la Page d'Aide https://snov.io/knowledgebase/knowledgebase/how-to-use-snovio-extension-for-chrome/
URL de la Page de Politique de Confidentialité https://snov.io/privacy-policy.html
Langues Prises en Charge 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"
}