Email Checker

OsamaNagi
@OsamaNagi

Email Checker 📧
An advanced browser extension designed to instantly identify whether an email offer is an acceptance or a rejection.
This tool leverages a keyword-matching algorithm to provide instant feedback on your email content, saving time and reducing uncertainty.
⚠️ Important Reminder: While this extension provides quick insights to help you identify the status of your email offers, it is crucial to carefully read and understand your emails to ensure no important details are overlooked.
Table of Contents 📚
Features 🎯
-
Rejection Detection: If the email contains keywords commonly associated with rejections, the extension will display a clear rejection message:
-
Acceptance Detection: Similarly, if the email contains keywords related to acceptance, a success message will be shown:
Installation Guide 🛠️
Follow these steps to set up the extension:
-
Clone the Repository:
git clone git@github.com:OsamaNagi/email-checker.git
-
Enable Developer Mode:
- Open your browser settings.
- Navigate to
Extensions
and enableDeveloper mode
.
-
Load the Extension:
- Click on
Load unpacked
and select the cloned repository folder.
- Click on
-
Start Using:
- Open your email inbox, click the extension icon, and let it analyze your emails instantly.
Pro Tip: Ensure the keywords in the code match the language used in your email communications for optimal results.
Contribution Guidelines 🤝
We welcome contributions to make the extension smarter and more inclusive! Here's how you can help:
Adding Keywords 📝
Enhance detection accuracy by expanding the keyword lists in the code:
For Rejections:
const rejectionKeywords = [
'Regret',
"We're sorry",
'Unfortunately',
'Declined',
// Add more rejection-related keywords here
];
For Acceptances:
const acceptanceKeywords = [
'Accepted',
'Approved',
'Congratulations',
'Welcome aboard',
'Offer extended',
// Add more acceptance-related keywords here
];
Submitting Changes 📥
- Fork the repository.
- Create a new branch for your updates.
- Submit a pull request with a clear description of your changes.
Feedback and Support 💬
Your feedback is invaluable! If you encounter any issues or have suggestions, please open an issue in the repository or reach out via the contact details provided in the GitHub profile.
License 📜
This project is licensed under the MIT License. Feel free to use, modify, and distribute the extension responsibly.
Make your email management smarter with Email Checker! 📧🚀