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. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον prmjoel, και η κύρια λειτουργία του είναι "Reveals all emails on any website you visit".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FREE Email Revealer on any website site.
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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": [ " |