KindHunter

Connect with anyone

KindHunter란 무엇입니까?

KindHunter은(는) Semalt company에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect with anyone"입니다.

확장 프로그램 스크린샷

screenshot

KindHunter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy-to-use and fast website email extractor

Build more business contacts, expand your potential customer base, and get contact details at the touch of a button. The KindHunter email extractor helps you pull out contact details from any website and export them into a downloadable file.

The benefits of the KindHunter email extractor:
- Search for contact details sitewide
- Extract them in seconds
- Collect names, job titles, and email addresses from any website in an ordered list
- Check for duplicate contact details

The KindHunter extension is your lifesaver. You no longer need to manually browse websites to copy and paste contact details one by one. Now, you can go to any website using Chrome, and the KindHunter icon will show you how many email addresses you can collect from this site automatically.

How to extract contact details from a website?
- Use Google Chrome to open the website you want to collect contact details from
- Click the KindHunter icon in your extension toolbar

That’s it! The list of contact details from this website is already in front of you. To view a complete list and download it as a TXT file, head off to the KindHunter website by clicking “Complete search” in the extension window.

Add KindHunter to your browser to automate your contact information search. With this extension, you can collect email addresses to jump-start your email marketing campaigns, expand your potential customer base, and build new business contacts with ease.                    

확장 프로그램 기본 정보

이름 KindHunter KindHunter
ID ocamfgbhlbkgcdfdlbjljgoacegodoma
공식 URL https://chromewebstore.google.com/detail/kindhunter/ocamfgbhlbkgcdfdlbjljgoacegodoma
설명 Connect with anyone
파일 크기 56.65 KB
설치 횟수 92
현재 버전 0.1.2
최근 업데이트 2021-04-12
출시 날짜 2021-02-21
평점 5.00/5 총 5 개의 평점
개발자 Semalt company
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kindhunter.com/
도움말 페이지 URL https://kindhunter.com/support
개인정보 보호 정책 페이지 URL https://semalt.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KindHunter",
    "version": "0.1.2",
    "description": "Connect with anyone",
    "homepage_url": "https:\/\/kindhunter.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "KindHunter - Connect with anyone.",
        "default_popup": "src\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}