LinkedIn Email Finder & Lead Generation Tool

LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster

LinkedIn Email Finder & Lead Generation Tool란 무엇입니까?

LinkedIn Email Finder & Lead Generation Tool은(는) https://b2bleadbuilder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LinkedIn Email Finder & Lead Generation Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing B2B Lead Builder - Your Ultimate LinkedIn Email Finder!

Discover verified email addresses of potential leads effortlessly with our powerful email research Chrome extension. B2B Lead Builder makes it easy to find the right contacts for your outreach campaigns.

Get started with our trial version and experience the full functionality for 15 days. With this trial, you can scrape up to 200 leads and their corresponding emails each day, ensuring you have the perfect resource for your outbound email campaigns.

Don't miss this opportunity to supercharge your outreach pipeline. Try B2B Lead Builder now!                    

확장 프로그램 기본 정보

이름 LinkedIn Email Finder & Lead Generation Tool LinkedIn Email Finder & Lead Generation Tool
ID loihebmobflffnlngaahcgplghhcheae
공식 URL https://chromewebstore.google.com/detail/linkedin-email-finder-lea/loihebmobflffnlngaahcgplghhcheae
설명 LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster
파일 크기 287 KB
설치 횟수 61
현재 버전 3.0
최근 업데이트 2023-10-15
출시 날짜 2023-08-02
평점 5.00/5 총 1 개의 평점
개발자 https://b2bleadbuilder.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://b2bleadbuilder.com
도움말 페이지 URL https://b2bleadbuilder.com/contact/
개인정보 보호 정책 페이지 URL https://b2bleadbuilder.com/pages/privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Email Finder & Lead Generation Tool",
    "description": "LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster",
    "version": "3.0",
    "host_permissions": [
        "https:\/\/b2bleadbuilder.com\/*",
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.linkedin.com\/sales\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-1.12.4.js",
                "js\/lib\/FileSaver.js",
                "js\/lib\/jquery-ui.js",
                "js\/common.js",
                "js\/linkedin.js",
                "js\/lib\/jquery.cookie.js",
                "js\/const.js",
                "js\/lib\/moment.min.js"
            ],
            "all_frames": false,
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery-1.12.4.js",
                "js\/lib\/FileSaver.js",
                "js\/lib\/jquery-ui.js",
                "js\/common.js",
                "js\/linkedinsales.js",
                "js\/lib\/jquery.cookie.js",
                "js\/const.js",
                "js\/lib\/moment.min.js"
            ],
            "all_frames": false,
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/validation.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "drag.svg",
                "logo.png",
                "icon.png",
                "loader.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}