Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

PhishGuard - 10 day Hackathon Project - Chrome Extension that validates email addresses on page using ZeroBounce API

NotificationsYou must be signed in to change notification settings

Pink-Hat-Hacker/phish-guard

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact

About The Project

product-screenshot

10 day hackathon project. I decided to create a chrome extension that will read webpage text, find email addresses, and use ZeroBounce API to determine its validity. Hopefully this will help people quickly determine what is a real email.

(back to top)

Built With

Front End

  • vite
  • react
  • typescript

Back End

(back to top)

Getting Started

Prerequisites

npm i

  • @types/chrome
  • @zerobounce/zero-bounce-sdk

Installation

  1. Get an API Key atZeroBounce API -- only 5 free credits
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API inpublic/config.js
    const REACT_APP_API_KEY = "YOUR API KEY";
  5. Enternpm run build in the terminal
  6. Upload the created dist folder in [chrome://extensions/]
    • Make sureDeveloper Mode is on
    • ClickLoad Unpacked
    • Select thedist folder from your repo

Roadmap

  • Make this nicer looking
  • Add Error Alerts
  • Get it on the extension store

See theopen issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make aregreatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

PHH

(back to top)

About

PhishGuard - 10 day Hackathon Project - Chrome Extension that validates email addresses on page using ZeroBounce API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp