https://github.com/veelenga/google-meet-checklist
https://github.com/veelenga/google-meet-checklist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veelenga/google-meet-checklist
- Owner: veelenga
- License: mit
- Created: 2024-12-22T19:02:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T18:44:34.000Z (5 months ago)
- Last Synced: 2025-01-15T20:02:04.051Z (4 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Meet Checklist
A chrome extension that adds persisted (to local stage) checkboxes in front of participant list.

## Packing
After the development of your extension run the command
```shell
$ npm install
$ npm run build
```Now, the content of `build` folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the [official guide](https://developer.chrome.com/webstore/publish) to more infos about publishing.
### Chrome Extension Developer Mode
1. set your Chrome browser 'Developer mode' up
2. click 'Load unpacked', and select `google-meet-checklist/build` folder