Email Verifier by Aeroleads

Verify emails from any web page using your Aeroleads Email Verifier

Email Verifier by Aeroleads क्या है?

Email Verifier by Aeroleads https://aeroleads.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verify emails from any web page using your Aeroleads Email Verifier"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Verifier by Aeroleads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}