Email Extractor Lite
Powerful solution to automatically extract bulk emails from websites. Unlimited and free extraction service.
Email Extractor Lite là gì?
Email Extractor Lite là một tiện ích mở rộng Chrome được phát triển bởi Lucas Suberbielle, và tính năng chính của nó là "Powerful solution to automatically extract bulk emails from websites. Unlimited and free extraction service.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Email Extractor Lite
Tải xuống các tệp mở rộng Email Extractor Lite 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
Free extension to extract bulk email IDs automatically from web pages. Powerful email extractor tool for marketers around the world 🚀 ✔ How to use the extension? 💻 ------------------------------------------- - After installation, the "Email extraction" mode is activated by default. - Press the "Collected emails" button to access the list of all saved emails. - Choose the format of your choice and press the "Export" button. ✔ Who is this extension for? 🔥 ----------------------------------------- Sales professionals | Lead generation teams | Recruiters | Human resource professionals | Startups | Business executives | Business analysts & Marketing Teams use Email Extractor Lite to find emails of their prospects. ✔ All functions in one word 🌸 ---------------------------------------- 👉 Automatic extraction of emails from visited web pages 👉 Extraction from search engines like Google and Bing 👉 Removal of duplicate email addresses (unique ID) 👉 Save emails, search date and domain in the browser 👉 Export email list in TXT, CSV or JSON format 👉 View extracted emails on a modern user interface ✔ Frequently Asked Questions 💥 --------------------------------------------- 1) Is the Email Extractor Lite free? The extraction service is completely FREE. No subscription is required, no account is needed. Take full advantage of this extension. 2) Where are the collected email addresses stored? This extension uses the data storage functions of your web browser to store emails. No data is stored outside your browser. 3) What about Data Privacy and GDPR? This extension protects and respects your privacy. It does not collect or store your personal data. Let's respect your privacy! ✔ Report a technical issue 🚫 ---------------------------------------- You can report bugs and feature requests with this link: 👉 https://forms.gle/QNEo7Ky9yVLKXiPp8 Note: Do not post bug reports or support requests in reviews! This is NOT a forum and Google will eventually remove some reviews. ✔ How can I support you? ☕️ --------------------------------------- Email Extractor is, and will always be, free, but you can support this 100% free service by making a donation. Any help would be greatly appreciated! 👉 https://www.paypal.com/donate/?hosted_button_id=6U3C3G6PAK6UL You can participate by donating the amount you want ❤️ ✔ Do you have any questions? 📧 ---------------------------------------------- If you have any suggestions, feature requests, or even a partnership request, please feel free to send me a message at my email address. 🌐 Business email: [email protected] Let's build a relationship of trust!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email Extractor Lite |
ID | njmbgigmnloogoaabhpgdnhjpmdiofhj |
URL Chính Thức | https://chromewebstore.google.com/detail/email-extractor-lite/njmbgigmnloogoaabhpgdnhjpmdiofhj |
Mô tả | Powerful solution to automatically extract bulk emails from websites. Unlimited and free extraction service. |
Kích Thước Tệp | 71.56 KB |
Số Lần Cài Đặt | 609 |
Phiên Bản Hiện Tại | 2.3.8 |
Cập Nhật Lần Cuối | 2023-08-17 |
Ngày Phát Hành | 2023-04-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Lucas Suberbielle |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://drive.google.com/file/d/1DnZGRg3Ae0muSKvxH71eJplCWMVy9goC/view?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email Extractor Lite", "version": "2.3.8", "author": "Lucas Suberbielle", "description": "Powerful solution to automatically extract bulk emails from websites. Unlimited and free extraction service.", "icons": { "16": "icons\/iconx16.png", "32": "icons\/iconx32.png", "48": "icons\/iconx48.png", "64": "icons\/iconx64.png", "128": "icons\/iconx128.png", "256": "icons\/iconx256.png", "512": "icons\/iconx512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "unlimitedStorage", "contextMenus" ], "action": { "browser_style": true, "default_icon": { "16": "icons\/iconx16.png", "32": "icons\/iconx32.png", "48": "icons\/iconx48.png", "64": "icons\/iconx64.png", "128": "icons\/iconx128.png", "256": "icons\/iconx256.png", "512": "icons\/iconx512.png" }, "default_popup": "app\/index.html", "default_title": "Email Extractor Lite" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ] } |