Lead411 Chrome Extension

Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…

Was ist Lead411 Chrome Extension?

Lead411 Chrome Extension ist eine Chrome-Erweiterung, die von https://lead411.com entwickelt wurde, und ihr Hauptmerkmal ist "Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…".

Erweiterungsscreenshots

screenshot
screenshot

Lead411 Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lead411 Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and other websites. 
It gives you access to more contact details, Bombora Intent Scores, news events while browsing social profiles and company websites.  Use it as an email finder or phone number extractor and then quickly export to your favorite CRM and sales tools. Enrich Free integrations include Salesforce, Hubspot, Salesloft, Outreach, Pipedrive, etc.  

Note*
A Lead411 subscription is needed for full functionality.                    

Grundlegende Informationen zur Erweiterung

Name Lead411 Chrome Extension Lead411 Chrome Extension
ID hjkhpfdoiikleoogpcjmbgajeeknfbed
Offizielle URL https://chromewebstore.google.com/detail/lead411-chrome-extension/hjkhpfdoiikleoogpcjmbgajeeknfbed
Beschreibung Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…
Dateigröße 2.18 MB
Installationsanzahl 2,949
Aktuelle Version 13.1.0
Letztes Update 2023-12-08
Veröffentlichungsdatum 2020-03-26
Bewertung 4.17/5 Insgesamt 42 Bewertungen
Entwickler https://lead411.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lead411.com/chrome-extension/
Hilfeseite URL https://www.lead411.com/support/
URL der Datenschutzrichtlinien-Seite https://www.lead411.com/policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "L411 Chrome Ext",
    "name": "Lead411 Chrome Extension",
    "version_name": "13.1.0",
    "version": "13.1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "L411 Chrome Ext",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "app_new\/background.min.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "innerInterceptor.js",
                "images\/*",
                "images\/chrome_ext\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.mycompas.com\/*",
                "https:\/\/*.oraclecloud.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/cloud.oracle.com\/*",
                "https:\/\/*.outreach.io\/*",
                "https:\/\/calendly.com\/*",
                "https:\/\/*.act.com\/*",
                "https:\/\/*.pivotaltracker.com\/*",
                "https:\/\/*.stripe.com\/*",
                "https:\/\/*.lead411.com\/*",
                "https:\/\/*.recruitcrm.io\/*"
            ],
            "js": [
                "addIntercepterContentScriptPoint.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.mycompas.com\/*",
                "https:\/\/*.oraclecloud.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/cloud.oracle.com\/*",
                "https:\/\/*.outreach.io\/*",
                "https:\/\/calendly.com\/*",
                "https:\/\/*.act.com\/*",
                "https:\/\/*.pivotaltracker.com\/*",
                "https:\/\/*.stripe.com\/*",
                "https:\/\/*.lead411.com\/*",
                "https:\/\/*.recruitcrm.io\/*"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/app.js",
                "static\/js\/content.js"
            ]
        }
    ]
}