Email Finder-Kendo Sourcing Ninja

Find business and personal emails on Linkedin with a single click

Was ist Email Finder-Kendo Sourcing Ninja?

Email Finder-Kendo Sourcing Ninja ist eine Chrome-Erweiterung, die von https://kendoemailapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Find business and personal emails on Linkedin with a single click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Email Finder-Kendo Sourcing Ninja-Erweiterungs-CRX-Datei herunterladen

Laden Sie Email Finder-Kendo Sourcing Ninja-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Email Finder-Kendo Sourcing Ninja Email Finder-Kendo Sourcing Ninja
ID kecadfolelkekbfmmfoifpfalfedeljo
Offizielle URL https://chromewebstore.google.com/detail/email-finder-kendo-sourci/kecadfolelkekbfmmfoifpfalfedeljo
Beschreibung Find business and personal emails on Linkedin with a single click
Dateigröße 507 KB
Installationsanzahl 45,130
Aktuelle Version 6.210
Letztes Update 2024-03-01
Veröffentlichungsdatum 2022-12-13
Bewertung 4.89/5 Insgesamt 452 Bewertungen
Entwickler https://kendoemailapp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kendoemailapp.com
Hilfeseite URL https://kendoemailapp.com/contact
URL der Datenschutzrichtlinien-Seite https://kendoemailapp.com/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}