Email Verifier

The most accurate email verifier – check and verify any email address in bulk. Verification tool for mail addresses.

Τι είναι το Email Verifier;

Το Email Verifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://truemail.io, και η κύρια λειτουργία του είναι "The most accurate email verifier – check and verify any email address in bulk. Verification tool for mail addresses.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Email Verifier

Λήψη αρχείων επέκτασης Email Verifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        TrueMail is an email verifier that enables single or bulk email validation from a website you browse at the moment. It will help to get rid of fake and invalid email addresses and therefore increase your deliverability rate, save time and money.

The email verifier will help you to check all the mails on the website right on the extension window so that you can see the status right away, and then import the results into your account so that you can download them.

Press on the extension icon on any website and TrueMail will show you a list of mails on the page. Click on the "Verify" button to be sure that it's safe for sending.

The email verifier features:

- The high accuracy rate of email address verification. Up to 99% delivery guaranteed.

- Email checker supporting many mail providers that others can't. We can verify Yahoo, Hotmail, Gmail and more.

- Our email validation average response time is just seconds.

- Data privacy. We never send your addresses. Your data is never resold in any way.

- Easily integrate email validation with your favourite app. Check the full list on https://truemail.io/integrations

- Email checker works on Google Sheets directly inside of your spreadsheets.

- Detect bounces, disposables, role accounts, free providers and many more.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Email Verifier Email Verifier
ID enchjidoodnbfkmidpfjlbdbjjlomfkp
Επίσημο URL https://chromewebstore.google.com/detail/email-verifier/enchjidoodnbfkmidpfjlbdbjjlomfkp
Περιγραφή The most accurate email verifier – check and verify any email address in bulk. Verification tool for mail addresses.
Μέγεθος Αρχείου 1.64 MB
Αριθμός Εγκαταστάσεων 3,526
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2020-12-15
Ημερομηνία Δημοσίευσης 2020-01-17
Αξιολόγηση 3.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://truemail.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://truemail.io
Διεύθυνση URL της Σελίδας Βοήθειας https://help.truemail.io
URL της Σελίδας Πολιτικής Απορρήτου https://truemail.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Verifier",
    "short_name": "truemail",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "The most accurate email verifier \u2013 check and verify any email address in bulk. Verification tool for mail addresses.",
    "homepage_url": "https:\/\/truemail.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "TrueMail",
        "default_popup": "browser_action\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/*.truemail.io\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/www.google.com\/recaptcha\/api.js; object-src 'self'"
}