Email Finder-Kendo Sourcing Ninja

Find business and personal emails on Linkedin with a single click

什么是Email Finder-Kendo Sourcing Ninja?

Email Finder-Kendo Sourcing Ninja是由https://kendoemailapp.com开发的Chrome扩展程序,该扩展的主要功能是“Find business and personal emails on Linkedin with a single click”。

扩展截图

screenshot
screenshot
screenshot

下载Email Finder-Kendo Sourcing Ninja扩展crx文件

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

扩展使用说明

                        Supercharge your lead sourcing with Kendo Sourcing Ninja – your go-to email lookup extension for finding business and personal emails, phone numbers, social profiles, and other contact details from LinkedIn and Crunchbase with just one click. 


✔ Single-click sourcing – effortlessly discover emails, phone numbers, social profiles, and other contact details while browsing professional profiles on LinkedIn or Crunchbase. 
Kendo Sourcing Ninja streamlines your workflow, letting you uncover premium contact data without ever leaving a LinkedIn profile. You can even download entire LinkedIn search results with a single click. 
With access to over 850 million professional profiles, Kendo Sourcing Ninja gives you the power to verify emails and phone numbers instantly, ensuring you always have the most accurate data. 

Works with LinkedIn, LinkedIn Premium, LinkedIn Recruiter, Sales Navigator and Crunchbase.

✔ Sign up with Kendo's free plan and get 50 free credits each month to find emails.

✔ Bulk search – maximize your efficiency with Kendo bulk search feature – build verified email lists and enrich contact information with essential details like direct phone numbers, social profiles, locations, and more. 
Simply upload a list of LinkedIn profiles, and Kendo will work in the background to verify contact details, saving you time and safeguarding your reputation by eliminating invalid emails.

✔ Domain search – find any contact information associated with a specific company or domain. With filters for optimizing results, researching similar companies, and even multi-domain search capabilities, you'll have the power to access contact data across multiple companies with ease.
 
✔ Easily manage and export data – tag, assign, and update contact details and create, manage, and export email lists with ease. 
You can even integrate your data seamlessly with your Customer Relationship Management (CRM) or Applicant Tracking System (ATS), ensuring you stay organized and efficient.

Get more out of LinkedIn and Crunchbase with Kendo Sourcing Ninja - the most efficient way to get emails from LinkedIn!

Please remember to follow all privacy rules and terms of service of the platforms you're sourcing from, and to use this tool responsibly and ethically.

Privacy disclaimer and permissions: 
Kendo requires the following chrome permissions:
1. read & write kendo.com - to communicate with our server and perform searches.
2. read & write linkedin.com - to read public social profile data and use it to search for contact
information.
3. background - communicate with our server and perform searches                    

扩展基本信息

名称 Email Finder-Kendo Sourcing Ninja Email Finder-Kendo Sourcing Ninja
ID kecadfolelkekbfmmfoifpfalfedeljo
官方URL https://chromewebstore.google.com/detail/email-finder-kendo-sourci/kecadfolelkekbfmmfoifpfalfedeljo
简介 Find business and personal emails on Linkedin with a single click
文件大小 507 KB
安装次数 45,130
当前版本 6.210
更新时间 2024-03-01
上架时间 2022-12-13
评分 4.89/5 共452次评分
开发者 https://kendoemailapp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kendoemailapp.com
帮助页面URL https://kendoemailapp.com/contact
隐私政策页面URL https://kendoemailapp.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find business and personal emails on Linkedin with a single click",
    "version": "6.210",
    "manifest_version": 3,
    "name": "Email Finder-Kendo Sourcing Ninja",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/kendoemailapp.com\/\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.kendoemailapp.com\/accountcandidates\/*",
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.crunchbase.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "script1.js",
                "script2.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}