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 là gì?

LinkedIn Email Finder & Lead Generation Tool là một tiện ích mở rộng Chrome được phát triển bởi https://b2bleadbuilder.com, và tính năng chính của nó là "LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkedIn Email Finder & Lead Generation Tool

Tải xuống các tệp mở rộng LinkedIn Email Finder & Lead Generation Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkedIn Email Finder & Lead Generation Tool LinkedIn Email Finder & Lead Generation Tool
ID loihebmobflffnlngaahcgplghhcheae
URL Chính Thức https://chromewebstore.google.com/detail/linkedin-email-finder-lea/loihebmobflffnlngaahcgplghhcheae
Mô tả LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster
Kích Thước Tệp 287 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2023-08-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://b2bleadbuilder.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://b2bleadbuilder.com
URL Trang Trợ Giúp https://b2bleadbuilder.com/contact/
URL Trang Chính Sách Bảo Mật https://b2bleadbuilder.com/pages/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}