FREE Email Revealer on any website site.

Reveals all emails on any website you visit

FREE Email Revealer on any website site.란 무엇입니까?

FREE Email Revealer on any website site.은(는) prmjoel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveals all emails on any website you visit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FREE Email Revealer on any website site. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find all emails on a page with a click of a button. Email Revealer is a free chrome extension, that works on any website you visit. It helps you identify all emails behind any website you have visited. 

You can also copy those emails with a click of a button and set them up for your email campaigns. 
You can also download all the emails in bulk using the download as CSV button.

The product is completely free. It is also powered by the Salesnavigator API, which help you identify the name, title , location, company and linkedin id for any email.

This product initially started as a personal sales and marketing hack tool, which improved my efficiency on prospecting and enriching leads. It's been the best thing happened to me so far. 

So I'm here sharing this as a free product to help more people save countless hours.                    

확장 프로그램 기본 정보

이름 FREE Email Revealer on any website site. FREE Email Revealer on any website site.
ID dnopljfiacdnkoadhonpcnlpnafcfggb
공식 URL https://chrome.google.com/webstore/detail/free-email-revealer-on-an/dnopljfiacdnkoadhonpcnlpnafcfggb
설명 Reveals all emails on any website you visit
파일 크기 30.52 KB
설치 횟수 142
현재 버전 0.0.01
최근 업데이트 2019-12-17
출시 날짜 2019-12-10
평점 5.00/5 총 4 개의 평점
개발자 prmjoel
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.01",
    "name": "FREE Email Revealer on any website site.",
    "short_name": "FREE Email Revealer",
    "description": "Reveals all emails on any website you visit",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "FREE Email Revealer",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "main-bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "notifications",
        "storage",
        "activeTab"
    ]
}