Mine Emails

Mine Emails will instantly get a list of leads directly from Social Media Pages.

Mine Emails란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Mine Emails will instantly get a list of leads directly from Google and Social Media Pages and download them for your future use.

Mine Emails is an 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. Mine Emails searches the depths of the internet to find the highest number of matches for your search keywords.                    

확장 프로그램 기본 정보

이름 Mine Emails Mine Emails
ID kiphecilofmcmfaknjadjecobbmgjbef
공식 URL https://chromewebstore.google.com/detail/mine-emails/kiphecilofmcmfaknjadjecobbmgjbef
설명 Mine Emails will instantly get a list of leads directly from Social Media Pages.
파일 크기 142 KB
설치 횟수 35
현재 버전 1.00.03
최근 업데이트 2023-12-26
출시 날짜 2022-12-23
개발자 https://mineemails.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tier5.us/chrome_extension
지원되는 언어 en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mine Emails",
    "description": "Mine Emails will instantly get a list of leads directly from Social Media Pages.",
    "default_locale": "en",
    "version": "1.00.03",
    "icons": {
        "16": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259613-small_icon.png",
        "48": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259682-medium_icon.png",
        "128": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259716-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Mine Emails",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ],
    "short_name": "ME"
}