Email Finder Expert

Find contacts using Finder extension on any website or social network. Verify found contacts with our verifier

Email Finder Expert란 무엇입니까?

Email Finder Expert은(는) https://finder.expert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find contacts using Finder extension on any website or social network. Verify found contacts with our verifier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Email Finder Expert 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find contacts using the Finder extension on any website or social media. Validate found contacts with our free verifier. 

Email Finder is a tool that searches emails from prospects and companies.

With Finder for Chrome, you can boost the search for new prospects and enrich your customer base for further communication. 

Perfect for:

- HR-managers - can enhance their candidate search with an email finder;

- Sales managers - can improve their prospecting with broader email search;

- Marketers - can find the contacts of potential partners and advertising sources.

Sign up to get 300 free credits!

Finder doesn't interfere with other email address lookup Chrome extensions, including the most Similar Chrome extensions: Findthatlead, Hunter, Voilanorbert, Clearbit, Snov.

Before you add the Email Finder Extension to your chrome browser, make sure you have read our Privacy Policy Policy (https://finder.expert/privacy-and-cookie-policy/).

Please share your experience via live chat or at [email protected]                    

확장 프로그램 기본 정보

이름 Email Finder Expert Email Finder Expert
ID gjogacgmdajpnhnilhpidkjdehnhcdpp
공식 URL https://chromewebstore.google.com/detail/email-finder-expert/gjogacgmdajpnhnilhpidkjdehnhcdpp
설명 Find contacts using Finder extension on any website or social network. Verify found contacts with our verifier
파일 크기 1.51 MB
설치 횟수 5,623
현재 버전 2.0.5
최근 업데이트 2022-12-03
출시 날짜 2020-06-23
평점 3.00/5 총 4 개의 평점
개발자 https://finder.expert
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://finder.expert/
개인정보 보호 정책 페이지 URL https://finder.expert/privacy-and-cookie-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Finder Expert",
    "short_name": "Finder",
    "description": "Find contacts using Finder extension on any website or social network. Verify found contacts with our verifier",
    "version": "2.0.5",
    "manifest_version": 3,
    "homepage_url": "http:\/\/finder.expert",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}