LinkedIn Email Finder & Lead Generation Tool

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

Qu'est-ce que LinkedIn Email Finder & Lead Generation Tool ?

LinkedIn Email Finder & Lead Generation Tool est une extension Chrome développée par https://b2bleadbuilder.com, et sa fonction principale est "LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LinkedIn Email Finder & Lead Generation Tool

Téléchargez les fichiers d'extension LinkedIn Email Finder & Lead Generation Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom LinkedIn Email Finder & Lead Generation Tool LinkedIn Email Finder & Lead Generation Tool
ID loihebmobflffnlngaahcgplghhcheae
URL Officiel https://chromewebstore.google.com/detail/linkedin-email-finder-lea/loihebmobflffnlngaahcgplghhcheae
Description LinkedIn & Sales Navigator B2B email finder & bulk lead extractor tool: Generate Leads 10x Faster
Taille du Fichier 287 KB
Nombre d'Installations 61
Version Actuelle 3.0
Dernière Mise à Jour 2023-10-15
Date de Publication 2023-08-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://b2bleadbuilder.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://b2bleadbuilder.com
URL de la Page d'Aide https://b2bleadbuilder.com/contact/
URL de la Page de Politique de Confidentialité https://b2bleadbuilder.com/pages/privacy_policy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}