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開發的Chrome擴展程式,該擴展的主要功能是“Verify emails from any web page using your Aeroleads Email Verifier”。

擴展截圖

screenshot

下載Email Verifier by Aeroleads擴展crx文件

下載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
官方網址 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
}