FREE Email Revealer on any website site.

Reveals all emails on any website you visit

FREE Email Revealer on any website site. là gì?

FREE Email Revealer on any website site. là một tiện ích mở rộng Chrome được phát triển bởi prmjoel, và tính năng chính của nó là "Reveals all emails on any website you visit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FREE Email Revealer on any website site.

Tải xuống các tệp mở rộng FREE Email Revealer on any website site. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FREE Email Revealer on any website site. FREE Email Revealer on any website site.
ID dnopljfiacdnkoadhonpcnlpnafcfggb
URL Chính Thức https://chrome.google.com/webstore/detail/free-email-revealer-on-an/dnopljfiacdnkoadhonpcnlpnafcfggb
Mô tả Reveals all emails on any website you visit
Kích Thước Tệp 30.52 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 0.0.01
Cập Nhật Lần Cuối 2019-12-17
Ngày Phát Hành 2019-12-10
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển prmjoel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}