On-The-Fly Email Validation

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

Cos'è On-The-Fly Email Validation?

On-The-Fly Email Validation è un'estensione di Chrome sviluppata da US Nerd, e la sua funzione principale è "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione On-The-Fly Email Validation

Scarica i file di estensione On-The-Fly Email Validation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome On-The-Fly Email Validation On-The-Fly Email Validation
ID ogfgaleojepdfdchhdpmdhkhpaliebli
URL Ufficiale https://chromewebstore.google.com/detail/on-the-fly-email-validati/ogfgaleojepdfdchhdpmdhkhpaliebli
Descrizione Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com
Dimensione del File 43.08 KB
Conteggio Installazioni 12
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-04-15
Data di Pubblicazione 2019-04-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore US Nerd
Tipo di Pagamento free
Sito Web dell'Estensione http://www.tryzb.com
Lingue Supportate 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"
            ]
        }
    ]
}