Leadgo.io Email Finder

Find valid B2B emails from LinkedIn for free

O que é Leadgo.io Email Finder?

Leadgo.io Email Finder é uma extensão do Chrome desenvolvida por https://salesbolt.com, e sua principal característica é "Find valid B2B emails from LinkedIn for free".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Leadgo.io Email Finder

Baixe arquivos de extensão Leadgo.io Email Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Leadgo.io Email Finder Leadgo.io Email Finder
ID cioejodnhiooajphifnidbkgdcdlbgpf
URL Oficial https://chromewebstore.google.com/detail/leadgoio-email-finder/cioejodnhiooajphifnidbkgdcdlbgpf
Descrição Find valid B2B emails from LinkedIn for free
Tamanho do Arquivo 9.28 MB
Contagem de Instalações 814
Versão Atual 1.0.09
Última Atualização 2024-02-27
Data de Publicação 2021-05-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://salesbolt.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://leadgo.io
URL da Página de Política de Privacidade https://salesbolt.com/privacy
Idiomas Suportados 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'"
}