Leadgo.io Email Finder

Find valid B2B emails from LinkedIn for free

什么是Leadgo.io Email Finder?

Leadgo.io Email Finder是由https://salesbolt.com开发的Chrome扩展程序,该扩展的主要功能是“Find valid B2B emails from LinkedIn for free”。

扩展截图

screenshot

下载Leadgo.io Email Finder扩展crx文件

下载Leadgo.io Email Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Leadgo.io Email Finder Leadgo.io Email Finder
ID cioejodnhiooajphifnidbkgdcdlbgpf
官方URL https://chromewebstore.google.com/detail/leadgoio-email-finder/cioejodnhiooajphifnidbkgdcdlbgpf
简介 Find valid B2B emails from LinkedIn for free
文件大小 9.28 MB
安装次数 814
当前版本 1.0.09
更新时间 2024-02-27
上架时间 2021-05-30
评分 5.00/5 共2次评分
开发者 https://salesbolt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://leadgo.io
隐私政策页面URL https://salesbolt.com/privacy
支持的语言 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'"
}