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"
            ]
        }
    ]
}