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
Eメール [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": [
                ""
            ]
        }
    ]
}