Leadgo.io Email Finder

Find valid B2B emails from LinkedIn for free

Leadgo.io Email Finder là gì?

Leadgo.io Email Finder là một tiện ích mở rộng Chrome được phát triển bởi https://salesbolt.com, và tính năng chính của nó là "Find valid B2B emails from LinkedIn for free".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leadgo.io Email Finder

Tải xuống các tệp mở rộng Leadgo.io Email Finder 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

                        Find anyone's email directly from a LinkedIn profile (Or any other website) for free!

Leadgo's email finder works by comparing validated email results with millions of possible matches and then providing confirmed, validated B2B email addresses in seconds. ⚡️

The Chrome Extension neatly integrates with LinkedIn or Sales Navigator to provide you with a seamless workflow and can be used anywhere on any web page, Leadgo can even integrated directly with your favourite prospecting tools via our API packages.

Like what you see from the extension, we also have an open API that can be used to power your own custom processes and applications. - Contact us or visit our website for API access.

******************************

★ Save more than 80%
★ Industry leading deliverability rate of 99% on positive results
★ Results are verified every time and cross-checked against publicly available sources                    

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

Tên Leadgo.io Email Finder Leadgo.io Email Finder
ID cioejodnhiooajphifnidbkgdcdlbgpf
URL Chính Thức https://chromewebstore.google.com/detail/leadgoio-email-finder/cioejodnhiooajphifnidbkgdcdlbgpf
Mô tả Find valid B2B emails from LinkedIn for free
Kích Thước Tệp 9.28 MB
Số Lần Cài Đặt 814
Phiên Bản Hiện Tại 1.0.09
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2021-05-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://salesbolt.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://leadgo.io
URL Trang Chính Sách Bảo Mật https://salesbolt.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find valid B2B emails from LinkedIn for free",
    "version": "1.0.09",
    "name": "Leadgo.io Email Finder",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}