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
Eメール [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'"
}