https://github.com/janzengo/meet-mate
MeetMate is a lightweight browser extension that helps you save, organize, and quickly access your Google Meet links.
https://github.com/janzengo/meet-mate
accessibility edge-extension google-meet google-meet-extension html-css-javascript javascript
Last synced: about 1 month ago
JSON representation
MeetMate is a lightweight browser extension that helps you save, organize, and quickly access your Google Meet links.
- Host: GitHub
- URL: https://github.com/janzengo/meet-mate
- Owner: janzengo
- License: mit
- Created: 2025-02-14T02:44:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T03:23:29.000Z (8 months ago)
- Last Synced: 2025-03-30T23:28:31.084Z (7 months ago)
- Topics: accessibility, edge-extension, google-meet, google-meet-extension, html-css-javascript, javascript
- Language: CSS
- Homepage: https://microsoftedge.microsoft.com/addons/detail/meetmate/fdbiifafgokmbmelojdchgmgjkefejcj
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MeetMate - Google Meet Link Manager
  
MeetMate is a lightweight browser extension that helps you save, organize, and quickly access your Google Meet links.
## Features
- Save and manage Google Meet links with custom names
- One-click access to meetings
- Secure, local storage (no data tracking or external servers)## Installation
### Users
1. Install from the Chrome Web Store or Edge Add-ons store (links coming soon)
2. Click "Add to Browser"### Developers
1. Clone the repo:
```bash
git clone https://github.com/janzengo/meet-mate.git
```
2. Open `chrome://extensions/` or `edge://extensions/`
3. Enable "Developer mode"
4. Click "Load unpacked" and select the project folder## Usage
### Quick Demo
### Step-by-Step Guide
1. Click the MeetMate extension icon
2. Add new meetings by entering a name and pasting the link
3. Click a saved link to join, copy, or delete with confirmation## Technical Details
- Works on Chrome and Edge
- Requires `storage` permission for saving links
- Uses `tabs` permission to open meetings## Contributing
1. Fork the repo and create a feature branch:
```bash
git checkout -b feature/new-feature
```
2. Make changes and commit:
```bash
git commit -m 'Added new feature'
```
3. Push and open a pull request## Privacy
- No tracking or data collection
- All data stays in your browserThank you!