Leadb Email Finder For LinkedIn

Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…

什么是Leadb Email Finder For LinkedIn?

Leadb Email Finder For LinkedIn是由Leadb开发的Chrome扩展程序,该扩展的主要功能是“Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…”。

扩展截图

screenshot

下载Leadb Email Finder For LinkedIn扩展crx文件

下载Leadb Email Finder For LinkedIn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Leadb Email Finder for LinkedIn

Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We also provide more company information where the prospect works.

Email addresses provided by this tool are 100% verified. Along with email address we also provide the email confidence score which indicates the deliverability of the email.

Leadb Email Finder is suitable for 
1. Sales
2. Marketing
3. Hiring

and for every one who is willing to find prospects using 650M+ profiles on LinkedIn.

If you have any questions or feedback, feel free to write us to [email protected]

Signup for a free plan on Leadb right now and get 100 credits every month!
https://www.leadb.co/signup                    

扩展基本信息

名称 Leadb Email Finder For LinkedIn Leadb Email Finder For LinkedIn
ID heekkhdbnajjhdieohopakiiongkpefh
官方URL https://chrome.google.com/webstore/detail/leadb-email-finder-for-li/heekkhdbnajjhdieohopakiiongkpefh
简介 Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…
文件大小 140 KB
安装次数 2,000
当前版本 0.0.9
更新时间 2020-02-01
上架时间 2020-02-01
评分 5.00/5 共8次评分
开发者 Leadb
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.9",
    "name": "Leadb Email Finder For LinkedIn",
    "browser_action": {
        "default_icon": "images\/logo-green.png",
        "default_title": "Leadb Email Finder",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo-green.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.leadb.co\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "main-bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "permissions": [
        "https:\/\/www.leadb.co\/*",
        "https:\/\/www.linkedin.com\/*",
        "http:\/\/localhost:8080\/*",
        "tabs",
        "activeTab",
        "storage"
    ]
}