On-The-Fly Email Validation
Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com
Wat is On-The-Fly Email Validation?
On-The-Fly Email Validation is een Chrome-extensie ontwikkeld door US Nerd, en de belangrijkste functie is "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com".
Extensie Screenshots
Download het CRX-bestand van de extensie On-The-Fly Email Validation
Download On-The-Fly Email Validation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ogfgaleojepdfdchhdpmdhkhpaliebli |
Officiële URL | https://chromewebstore.google.com/detail/on-the-fly-email-validati/ogfgaleojepdfdchhdpmdhkhpaliebli |
Beschrijving | Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com |
Bestandsgrootte | 43.08 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-04-15 |
Publicatiedatum | 2019-04-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | US Nerd |
Betalingswijze | free |
Extensiewebsite | http://www.tryzb.com |
Ondersteunde Talen | 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" ] } ] } |