Email Verifier by Snov.io

Check email addresses found on any page online with Snov.io's free Email Verifier tool.

Email Verifier by Snov.ioคืออะไร?

Email Verifier by Snov.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snov.io และคุณลักษณะหลักของมันคือ "Check email addresses found on any page online with Snov.io's free Email Verifier tool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Verifier by Snov.io

ดาวน์โหลดไฟล์ส่วนขยาย Email Verifier by Snov.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Check email addresses found on any page online with Snov.io's free Email Verifier tool.

✔️ Verify emails of website owners, bloggers, and sales prospects in just a click of a button. Snov.io Email Verifier tool helps find out if the email is real, whether you want to verify a single email address or validate email addresses in bulk. And it's all done right in the extension!

📬 This Email Verifier removes invalid email addresses and reduces bounce rate, so you don't waste time and money on sending to non-existent email addresses. With this extension you'll always be sure your email gets to the recipient.

👍 Verify a list of email addresses right in the extension - simply select emails found on the page, type in an email, or copy and paste multiple emails and click Verify. You can even save found and entered emails in separate lists for easy contact management. Combine with Snov.io's Email Finder tool for an even easier lead search and more sales and marketing opportunities.

💜 Email Verifier permissions
1.""tabs"" - for using chrome.tabs API (getting bookmark links, creating new tabs with our link)
2.""http://*/"", ""https://*/"" - access to all sites to receive page content, for email search on pages (alternative to all_urls)
3.""cookies"" - session recovery via cookies from app.snov.io
4.""storage"" - storage of found emails lists
5.""unlimitedStorage"" - removes the limit on the number of emails stored in the Сhrome storage
6.""notifications"" - push notifications after the email verification is completed.

Find an even more powerful Email Verifier solution in Snov.io web app at https://snov.io/email-verifier

Have a question? Contact our Customer Care team at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Email Verifier by Snov.io Email Verifier by Snov.io
ID hlbhaaegomldlibkeiiifaejlciaifmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-verifier-by-snovio/hlbhaaegomldlibkeiiifaejlciaifmj
คำอธิบาย Check email addresses found on any page online with Snov.io's free Email Verifier tool.
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.8.3
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-06-25
คะแนน 4.80/5 รวมทั้งหมด 74 คะแนน
ผู้พัฒนา https://snov.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://snov.io/email-verifier.html
URL หน้าช่วยเหลือ https://snov.io/knowledgebase/
URL หน้านโยบายความเป็นส่วนตัว https://snov.io/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.8.3"
}