Email Finder by Snov.io

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

Email Finder by Snov.io là gì?

Email Finder by Snov.io là một tiện ích mở rộng Chrome được phát triển bởi https://snov.io, và tính năng chính của nó là "Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Finder by Snov.io

Tải xuống các tệp mở rộng Email Finder by Snov.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Finder by Snov.io Email Finder by Snov.io
ID einnffiilpmgldkapbikhkeicohlaapj
URL Chính Thức https://chromewebstore.google.com/detail/email-finder-by-snovio/einnffiilpmgldkapbikhkeicohlaapj
Mô tả Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 464,022
Phiên Bản Hiện Tại 2.3.13
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2020-07-03
Đánh Giá 4.93/5 Tổng số 5764 Đánh Giá
Nhà Phát Triển https://snov.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://snov.io
URL Trang Trợ Giúp https://snov.io/knowledgebase/knowledgebase/how-to-use-snovio-extension-for-chrome/
URL Trang Chính Sách Bảo Mật https://snov.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}