Email Scraper
Best tool for extract any website emails
Vad är Email Scraper?
Email Scraper är en Chrome-tillägg utvecklad av http://email-scraper.com, och dess huvudfunktion är "Best tool for extract any website emails".
Tilläggsskärmbilder
Ladda ner Email Scraper-förlängningens CRX-fil
Ladda ner Email Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Best Email Extractor Give yourself the luxury of extracting emails without doing anything. ## Intro Email Scraper is a powerful email extracting extension. It allows you to export email data from any website to a file in csv format. ## Traits Export from any website emails Export the selected emails Delete the selected emails Delete duplicate emails Save emails to local storage Auto search emails on Google - Yahoo - Bing # It's free? Yes, Email Scraper is free. You can get basic functionality and upgrade to get more functionality. # Data confidentiality All email data is processed in your local computer, it never goes through our web server, no one knows what you have discarded. Questions? Write to us at the email address: [email protected] or directly on our site from this link https://email.scraper.com/contact privacy policy https://email-scraper.com/security-policy
Grundläggande Information om Tillägg
Namn | |
ID | ocpenochjbainpeihdgnocgjicfeajhg |
Officiell webbadress | https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg |
Beskrivning | Best tool for extract any website emails |
Filstorlek | 337 KB |
Antal Installationer | 62 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-05-02 |
Publiceringsdatum | 2021-05-02 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | http://email-scraper.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://email-scraper.com/ |
Hjälpsida URL | https://email-scraper.com/contact |
URL till Sekretesspolicy Sidan | https://email-scraper.com/security-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Scraper", "version": "1.0.0", "description": "Best tool for extract any website emails", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "img\/logo.png", "24": "img\/logo.png", "32": "img\/logo.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'" } |