Email Verify

Verifies an email address, checking if it is real or fake.

什麼是Email Verify?

Email Verify是由https://mslm.io開發的Chrome擴展程式,該擴展的主要功能是“Verifies an email address, checking if it is real or fake.”。

擴展截圖

screenshot
screenshot
screenshot

下載Email Verify擴展crx文件

下載Email Verify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Email Verify is among the best, most reliable email verification services in the world.

It'll help you maximize email deliverability and minimize bounce rate.

- Free email verification statistics - Keep track of your email marketing campaigns with free statistics which gives you a better overview.
- Extremely accurate & fast - In addition to being very fast, our process gives you accurate results.
- Risk-free money back guarantee - If you’re not satisfied with our clean and filtered list, we’ll refund your money.

Facing problems with your email lists? Here are the top issues you need to know:

- IP Reputation Damage can be the cause of sending unauthentic or spam emails which gives you a negative IPreputation score.
- Delivering a successful email campaign requires that your bounce rate isn't high and making sure that not a single bad email slips through.
- Having low email deliverability increases the cost of your email marketing campaign without any good results.
- Spam traps may look like valid email addresses but they don’t belong to a real person and can’t be used for any type of communication.
- Temporary and disposable emails are often used to signup for free or trial services and make your list dirty.

Email verification is an effective way to ensure a strong email deliverability rate. Problems which arise like IP reputation, bounce rates or abusive signups can all be sorted out easily.

Email verification helps protect the users and limits the number of malicious signups from botnets, spam traps and other fake registrations. It also helps to improve the quality of authenticated users in email marketing campaigns and that it is sent to the right people, overall making the deliverability better.                    

擴展基本資訊

名稱 Email Verify Email Verify
ID jgpngcohpgneohinmonhhmgjechdfahc
官方網址 https://chromewebstore.google.com/detail/email-verify/jgpngcohpgneohinmonhhmgjechdfahc
簡介 Verifies an email address, checking if it is real or fake.
檔案大小 1.28 MB
安裝次數 248
目前版本 1.2
更新時間 2023-06-22
上架時間 2023-03-24
評分 5.00/5 共 5 次評分
開發者 https://mslm.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mslm.io/email-verify
說明頁面URL https://mslm.io/email-verify/contact
隱私政策頁面URL https://mslm.io/email-verify/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2",
    "name": "Email Verify",
    "description": "Verifies an email address, checking if it is real or fake.",
    "icons": {
        "16": "icon-16.bd7e88aa.png",
        "32": "icon-32.b6191a7a.png",
        "48": "icon-48.8d8dc6e6.png",
        "128": "icon-128.8c177922.png"
    },
    "host_permissions": [
        "https:\/\/mslm.io\/*"
    ],
    "permissions": [
        "contextMenus",
        "cookies"
    ],
    "background": {
        "service_worker": "script.34d6fc3d.js"
    },
    "action": {
        "default_popup": "popup.77f75850.html",
        "default_icon": "icon-16.bd7e88aa.png"
    }
}