On-The-Fly Email Validation

Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com

Qu'est-ce que On-The-Fly Email Validation ?

On-The-Fly Email Validation est une extension Chrome développée par US Nerd, et sa fonction principale est "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension On-The-Fly Email Validation

Téléchargez les fichiers d'extension On-The-Fly Email Validation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom On-The-Fly Email Validation On-The-Fly Email Validation
ID ogfgaleojepdfdchhdpmdhkhpaliebli
URL Officiel 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
Taille du Fichier 43.08 KB
Nombre d'Installations 12
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-04-15
Date de Publication 2019-04-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur US Nerd
Type de Paiement free
Site Web de l'Extension http://www.tryzb.com
Langues Prises en Charge 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"
            ]
        }
    ]
}