On-The-Fly Email Validation
Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com
What is On-The-Fly Email Validation?
On-The-Fly Email Validation is a Chrome extension developed by US Nerd, and its main feature is "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com".
Extension Screenshots
Download On-The-Fly Email Validation Extension CRX File
Download On-The-Fly Email Validation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ogfgaleojepdfdchhdpmdhkhpaliebli |
Official URL | https://chromewebstore.google.com/detail/on-the-fly-email-validati/ogfgaleojepdfdchhdpmdhkhpaliebli |
Description | Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com |
File Size | 43.08 KB |
Installation Count | 12 |
Current Version | 0.0.1 |
Last Updated | 2019-04-15 |
Publish Date | 2019-04-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | US Nerd |
Payment Type | free |
Extension Website | http://www.tryzb.com |
Supported Languages | 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" ] } ] } |