Email Verify

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

O que é Email Verify?

Email Verify é uma extensão do Chrome desenvolvida por https://mslm.io, e sua principal característica é "Verifies an email address, checking if it is real or fake.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Verify

Baixe arquivos de extensão Email Verify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Email Verify Email Verify
ID jgpngcohpgneohinmonhhmgjechdfahc
URL Oficial https://chromewebstore.google.com/detail/email-verify/jgpngcohpgneohinmonhhmgjechdfahc
Descrição Verifies an email address, checking if it is real or fake.
Tamanho do Arquivo 1.28 MB
Contagem de Instalações 248
Versão Atual 1.2
Última Atualização 2023-06-22
Data de Publicação 2023-03-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://mslm.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mslm.io/email-verify
URL da Página de Ajuda https://mslm.io/email-verify/contact
URL da Página de Política de Privacidade https://mslm.io/email-verify/privacy-policy
Idiomas Suportados 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"
    }
}