On-The-Fly Email Validation

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

什么是On-The-Fly Email Validation?

On-The-Fly Email Validation是由US Nerd开发的Chrome扩展程序,该扩展的主要功能是“Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载On-The-Fly Email Validation扩展crx文件

下载On-The-Fly Email Validation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 On-The-Fly Email Validation On-The-Fly Email Validation
ID ogfgaleojepdfdchhdpmdhkhpaliebli
官方URL https://chromewebstore.google.com/detail/on-the-fly-email-validati/ogfgaleojepdfdchhdpmdhkhpaliebli
简介 Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com
文件大小 43.08 KB
安装次数 12
当前版本 0.0.1
更新时间 2019-04-15
上架时间 2019-04-10
评分 5.00/5 共1次评分
开发者 US Nerd
付费类型 free
扩展官网 http://www.tryzb.com
支持的语言 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"
            ]
        }
    ]
}