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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |