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是由https://lead411.com开发的Chrome扩展程序,该扩展的主要功能是“Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…”。

扩展截图

screenshot
screenshot

下载Lead411 Chrome Extension扩展crx文件

下载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"
            ]
        }
    ]
}