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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}