Email Searcher
Email Searcher finds & exports email addresses from any website with one click
Τι είναι το Email Searcher;
Το Email Searcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sprise, και η κύρια λειτουργία του είναι "Email Searcher finds & exports email addresses from any website with one click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Email Searcher
Λήψη αρχείων επέκτασης Email Searcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
✉️ Email Searcher features: ✓ Instantly discover email addresses from visited web pages ✓ Export email addresses to CSV with one click ✓ Find hidden email addresses ✓ Bypass obfuscation techniques ✓ Fast and light 🤔 How to use Email Scraper? Step 1. First install the extension from the Chrome Web Store (click on “Add to Chrome”) Step 2. Visit the website you wish to find email addresses on Step 3. Click on the green icon resembling a folder containing the “@” symbol Step 4. Email Searcher starts searching for email IDs under that particular domain Step 5. Once the search is over, copy the emails you wish to save from the text box or click on “Export as CSV” button to export all emails to CSV 💳 Pricing Scrape unlimited emails at just $15/month. You can cancel at any time, hassle-free & no account required! 🏆 How does Email Explorer compare with Lusha, Hunter.io, Appollo.io, EmailHunter, Clearbit, FindAnyEmail, FTL, leadIQ, FindThatLead, Voilanorbert, Getprospect.io, Kendo, LeadLeaper, PIPILeads, Reply, Email Extract, Skrapp.io, Leadb, People Finder, VoilaNorbert, Tomba, RocketReach, Leadgo.io, ColdLead.io, Swordfish.ai, Spylead, Sales Navigator, Saleshandy, Prospectss, Moonkit.io, Webspotter, Codersera, Leadrover, ProspectDaddy, OpenSales, Flyleads, Lead Connect, B2B, SignalHire, FoxBound, Tigon, LeadLoft, AnyleadFinder, Qwilr Sherlock, AhaLeads, PersistIQ, Skrapp Enrich, Waalaxy, RushLinq, People Search, Prismy, WahLeads, BizProspex, SFMC, AnyMail Finder, Etools, Minelead, Leads Extractor, Mailshunt, Kaspr, Mailsie, EmailDrop, Aeroleads, Marketsy, DIscoverly, Lyne, Snov.io, FinalScout, Contact Out, Mr E, Data Scraper, RushLinq, GrowthHunt, Signal, Dux-Soup, FoxBound, ExactBuyer? Email Searcher is a feature-rich, redundancy-free, privacy-focused solution and probably the most affordable solution for email scraping. Start using Email Exporter within seconds without signing up for an account! 🔒 Privacy Disclaimer: Please note that our extension accesses web pages information, and the only data extracted is email addresses, which is then stored in your local storage. We do not have access to your data. 👋 Contact: If you have any questions or concerns, feel free to contact [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ifchdmljijbkfknjghpajcmmjehlgbhc |
Επίσημο URL | https://chrome.google.com/webstore/detail/email-searcher/ifchdmljijbkfknjghpajcmmjehlgbhc |
Περιγραφή | Email Searcher finds & exports email addresses from any website with one click |
Μέγεθος Αρχείου | 14.12 KB |
Αριθμός Εγκαταστάσεων | 696 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2022-09-13 |
Ημερομηνία Δημοσίευσης | 2022-01-27 |
Προγραμματιστής | Sprise |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email Searcher", "description": "Email Searcher finds & exports email addresses from any website with one click", "version": "1.4", "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "action": { "default_title": "Chrome Addon v3 Starter", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |