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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}