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」です。
拡張機能のスクリーンショット
FREE Email Revealer on any website site.拡張機能のCRXファイルをダウンロード
FREE Email Revealer on any website site.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [ " |