Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.16 KB

Chrome Email Collector Extension

Chrome extension that helps you collect email addresses from web pages efficiently.

Collect Emails

Features

  • Smart Email Collection:
    • Collects emails from active tab content
    • Supports dynamic content (AJAX, SPA)
    • Handles HTML attributes (aria-label, title, data-*)
    • RFC 5322 compliant email validation
  • Batch Processing:
    • Sequential or parallel website scanning
    • Configurable batch sizes
    • Progress tracking
    • Cancellable operations
  • User Interface:
    • Clean, modern design with Ant Design
    • Real-time search filtering
    • Copy to clipboard functionality
    • CSV export option
    • Loading indicators
    • Error handling with user feedback

Privacy Policy

Our privacy policy can be found at: PRIVACY_POLICY.md or here

License

This project is licensed under the MIT License.

Acknowledgments