Email Finder-Kendo Sourcing Ninja

Find business and personal emails on Linkedin with a single click

Apa itu Email Finder-Kendo Sourcing Ninja?

Email Finder-Kendo Sourcing Ninja adalah ekstensi Chrome yang dikembangkan oleh https://kendoemailapp.com, dan fitur utamanya adalah "Find business and personal emails on Linkedin with a single click".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Email Finder-Kendo Sourcing Ninja

Unduh file ekstensi Email Finder-Kendo Sourcing Ninja dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Email Finder-Kendo Sourcing Ninja Email Finder-Kendo Sourcing Ninja
ID kecadfolelkekbfmmfoifpfalfedeljo
URL Resmi https://chromewebstore.google.com/detail/email-finder-kendo-sourci/kecadfolelkekbfmmfoifpfalfedeljo
Deskripsi Find business and personal emails on Linkedin with a single click
Ukuran File 507 KB
Jumlah Instalasi 45,130
Versi Saat Ini 6.210
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2022-12-13
Penilaian 4.89/5 Total 452 Penilaian
Pengembang https://kendoemailapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kendoemailapp.com
URL Halaman Bantuan https://kendoemailapp.com/contact
URL Halaman Kebijakan Privasi https://kendoemailapp.com/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}