Minelead

Find Emails and Generate Leads

Minelead란 무엇입니까?

Minelead은(는) https://minelead.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Emails and Generate Leads"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Cutting Edge Email Finder and Verifier, with Email scrapper for LinkedIn and more features for the best lead generation tool. find email for any company or website as you visit them. find out more at minelead.io.
Scrap anyone's email from LinkedIn profile                    

확장 프로그램 기본 정보

이름 Minelead Minelead
ID jclgalpipigchmkdbfakpdkghalppgbf
공식 URL https://chromewebstore.google.com/detail/minelead/jclgalpipigchmkdbfakpdkghalppgbf
설명 Find Emails and Generate Leads
파일 크기 257 KB
설치 횟수 1,112
현재 버전 1.4.4
최근 업데이트 2024-02-15
출시 날짜 2019-10-04
평점 5.00/5 총 3 개의 평점
개발자 https://minelead.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://minelead.io/extension
도움말 페이지 URL https://minelead.io/contact-us
개인정보 보호 정책 페이지 URL https://minelead.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minelead",
    "description": "Find Emails and Generate Leads",
    "version": "1.4.4",
    "icons": {
        "128": ".\/images\/icon-128px.png"
    },
    "action": {
        "default_icon": ".\/images\/icon-19px.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.minelead.io\/",
        "https:\/\/linkedin.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "js": [
                "js\/linkedin.js"
            ]
        }
    ]
}