On-The-Fly Email Validation
Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com
Apa itu On-The-Fly Email Validation?
On-The-Fly Email Validation adalah ekstensi Chrome yang dikembangkan oleh US Nerd, dan fitur utamanya adalah "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi On-The-Fly Email Validation
Unduh file ekstensi On-The-Fly Email Validation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Free On-page email validation and scraper, works on hunter.io, salesforce and many more. Great for booking orders over the phone and verifying emails, or scraping a page and exporting a validated email list
Informasi Dasar Ekstensi
Nama | |
ID | ogfgaleojepdfdchhdpmdhkhpaliebli |
URL Resmi | https://chromewebstore.google.com/detail/on-the-fly-email-validati/ogfgaleojepdfdchhdpmdhkhpaliebli |
Deskripsi | Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com |
Ukuran File | 43.08 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-04-15 |
Tanggal Publikasi | 2019-04-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | US Nerd |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.tryzb.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "On-The-Fly Email Validation", "version": "0.0.1", "manifest_version": 2, "description": "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com", "homepage_url": "http:\/\/www.TryZB.com", "icons": { "16": "icons\/yellow-16.png", "48": "icons\/yellow-48.png", "128": "icons\/yellow-128.png" }, "background": { "scripts": [ "utils\/utils.js", "bg\/bg.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/yellow-48.png", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "notifications", "contextMenus", "tabs", "activeTab", "https:\/\/api.zerobounce.net\/v2\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ] } ] } |