Leadgo.io Email Finder

Find valid B2B emails from LinkedIn for free

Was ist Leadgo.io Email Finder?

Leadgo.io Email Finder ist eine Chrome-Erweiterung, die von https://salesbolt.com entwickelt wurde, und ihr Hauptmerkmal ist "Find valid B2B emails from LinkedIn for free".

Erweiterungsscreenshots

screenshot

Leadgo.io Email Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Leadgo.io Email Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Leadgo.io Email Finder Leadgo.io Email Finder
ID cioejodnhiooajphifnidbkgdcdlbgpf
Offizielle URL https://chromewebstore.google.com/detail/leadgoio-email-finder/cioejodnhiooajphifnidbkgdcdlbgpf
Beschreibung Find valid B2B emails from LinkedIn for free
Dateigröße 9.28 MB
Installationsanzahl 814
Aktuelle Version 1.0.09
Letztes Update 2024-02-27
Veröffentlichungsdatum 2021-05-30
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://salesbolt.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://leadgo.io
URL der Datenschutzrichtlinien-Seite https://salesbolt.com/privacy
Unterstützte Sprachen 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'"
}