Email Verifier by Aeroleads

Verify emails from any web page using your Aeroleads Email Verifier

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

Το Email Verifier by Aeroleads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aeroleads.com, και η κύρια λειτουργία του είναι "Verify emails from any web page using your Aeroleads Email Verifier".

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

screenshot

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

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

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

                        Do you see emails on any web page but you don’t know if they are valid or invalid? 

Worry no more! You can use the AeroLeads email verifier chrome plugin to validate emails in real time.  

💡How to use AeroLeads Email Verifier Chrome Extension?

1) Install the extension. Do not forget to sign up at AeroLeads.com too (it will only take 10 seconds)
2) Click on the icon which has emails. The extension will automatically detect emails on the page. 
3) Click on “verify” and the plugin will check if the email is valid, invalid or catch-all.

💡FAQ

❓How to contact you for help and further questions?
If you have questions or need more info, you can contact us at via https://aeroleads.com/contact 
		
❓Is the plugin safe? 
Yes, we do not save any of your personal data or what you do with the extension. Please check our terms of service https://aeroleads.com/tos and privacy policy https://aeroleads.com/privacy                    

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

Όνομα Email Verifier by Aeroleads Email Verifier by Aeroleads
ID ojhnlacfoofbbhhbnhckdbdnflgokbbd
Επίσημο URL https://chromewebstore.google.com/detail/email-verifier-by-aerolea/ojhnlacfoofbbhhbnhckdbdnflgokbbd
Περιγραφή Verify emails from any web page using your Aeroleads Email Verifier
Μέγεθος Αρχείου 179 KB
Αριθμός Εγκαταστάσεων 628
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-11-16
Ημερομηνία Δημοσίευσης 2022-10-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://aeroleads.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://verifier.aeroleads.com
Διεύθυνση URL της Σελίδας Βοήθειας https://aeroleads.com/contact_us
URL της Σελίδας Πολιτικής Απορρήτου https://aeroleads.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Verifier by Aeroleads",
    "version": "1.2",
    "description": "Verify emails from any web page using your Aeroleads Email Verifier",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/*.aeroleads.com\/*",
        "http:\/\/*.aeroleads.com\/*",
        "http:\/\/*.lvh.me:3000\/*"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}