Email Miner

Email Miner will instantly get a list of leads directly from Google and Social Media Pages.

Email Miner란 무엇입니까?

Email Miner은(는) https://leadsintoinbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Email Miner will instantly get a list of leads directly from Google and Social Media Pages."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Email Miner is a Google Chrome extension that automates the process of capturing leads and contact info through Google's powerful search engine to find a list of segmented potential customers.

Get the name, email and social media link of leads with accuracy up to 92% of search criteria.

Capture thousands of leads per minute by searching different social media networks or websites that contain public emails.

Find as many leads as your business needs, There's no limit. Email Miner searches the depths of the internet to find the highest number of matches for your search keywords.                    

확장 프로그램 기본 정보

이름 Email Miner Email Miner
ID lekppmdbjgnhecpkeddomklegpcnadba
공식 URL https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba
설명 Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
파일 크기 204 KB
설치 횟수 483
현재 버전 1.0.42
최근 업데이트 2021-12-20
출시 날짜 2021-07-27
평점 3.86/5 총 7 개의 평점
개발자 https://leadsintoinbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://10x.leadsintoinbox.com/site
도움말 페이지 URL https://m.me/LeadsIntoInbox
개인정보 보호 정책 페이지 URL https://buy.leadsintoinbox.com/privacy
지원되는 언어 en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Miner",
    "description": "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.",
    "default_locale": "en",
    "version": "1.0.42",
    "icons": {
        "16": "images\/1626985110243-smallLogo.png",
        "48": "images\/1626985110294-mediumLogo.png",
        "128": "images\/1626985110336-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Email Miner",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "background",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ],
    "short_name": "EM"
}