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…

Что такое Lead411 Chrome Extension?

Lead411 Chrome Extension - это расширение Chrome, разработанное https://lead411.com, и его основная функция - "Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Lead411 Chrome Extension

Скачайте файлы расширений Lead411 Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Lead411 Chrome Extension Lead411 Chrome Extension
ID hjkhpfdoiikleoogpcjmbgajeeknfbed
Официальный URL https://chromewebstore.google.com/detail/lead411-chrome-extension/hjkhpfdoiikleoogpcjmbgajeeknfbed
Описание Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…
Размер файла 2.18 MB
Количество установок 2,949
Текущая Версия 13.1.0
Последнее Обновление 2023-12-08
Дата публикации 2020-03-26
Рейтинг 4.17/5 Всего 42 оценок
Разработчик https://lead411.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.lead411.com/chrome-extension/
URL страницы помощи https://www.lead411.com/support/
URL страницы политики конфиденциальности https://www.lead411.com/policy
Поддерживаемые языки 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"
            ]
        }
    ]
}