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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } |