Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webexp0528/email-validation-extension
This is an extension for prevalidation before sending emails.
https://github.com/webexp0528/email-validation-extension
browser-extension chrome chrome-extension cross-browser-extension express express-js expressjs firefox firefox-addon firefox-extension gmail-extension inboxsdk node nodejs opera opera-extension pug react
Last synced: 2 months ago
JSON representation
This is an extension for prevalidation before sending emails.
- Host: GitHub
- URL: https://github.com/webexp0528/email-validation-extension
- Owner: WebExp0528
- License: mit
- Created: 2020-04-01T09:16:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:06:16.000Z (about 2 years ago)
- Last Synced: 2023-03-05T05:50:31.416Z (almost 2 years ago)
- Topics: browser-extension, chrome, chrome-extension, cross-browser-extension, express, express-js, expressjs, firefox, firefox-addon, firefox-extension, gmail-extension, inboxsdk, node, nodejs, opera, opera-extension, pug, react
- Language: JavaScript
- Size: 1.3 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gmail extension for email validation
Works for Chrome, Opera, Edge & Firefox.
This extension is a Gmail extension for validating emails before sending. Using inboxSDK & React for extension and Node, Express, Pug for backend+dashboard
## Installation
Clone the repository `git clone https://github.com/WebExp0528/Email-Validation-Extension.git`
#### Run backend
1. Run `cd backend+dashboard`
2. Run `npm start`#### Run extension
1. Run `cd extension`
2. Run `npm install`
3. Run `npm run build` or `npm run watch-dev`This project is licensed under the MIT license.
If you have any questions or comments, please create a new issue. I'd be happy to hear your thoughts.