On-The-Fly Email Validation

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

On-The-Fly Email Validation là gì?

On-The-Fly Email Validation là một tiện ích mở rộng Chrome được phát triển bởi US Nerd, và tính năng chính của nó là "Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng On-The-Fly Email Validation

Tải xuống các tệp mở rộng On-The-Fly Email Validation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên On-The-Fly Email Validation On-The-Fly Email Validation
ID ogfgaleojepdfdchhdpmdhkhpaliebli
URL Chính Thức https://chromewebstore.google.com/detail/on-the-fly-email-validati/ogfgaleojepdfdchhdpmdhkhpaliebli
Mô tả Check for Spam-Trap, Abuse, Invalid & more for free... Clean, Simple & Fast- TryZB.com
Kích Thước Tệp 43.08 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-04-15
Ngày Phát Hành 2019-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển US Nerd
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tryzb.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}