An extension to send messages in Google Meet chat without typing.
Add to Chrome »
Add to Firefox • Add to Edge • Website
Click an image to view full size.
The Quick Reply Meet extension allows you to send pre-made messages in Google Meet™ chat with just one click, keyboard shortcuts or automatic responses, saving time during meetings and online classes.
You can create messages that appear as buttons in the chat interface, assign keyboard shortcuts for quick sending, or set up automatic triggers using REGEX to respond to specific messages.
Quick Reply Meet also offers full customization: manage your messages through a modern popup, choose how and where buttons appear, and import/export your settings. Everything is stored locally in your browser.
To reproduce the project locally for development or contribution:
-
Clone the repository
git clone https://github.com/enzon19/quick-reply-meet.git cd quick-reply-meet -
Install dependencies and run in development mode
bun install bun run dev
Use
bun run dev:firefoxif you are targeting Firefox. -
Load the extension in your browser
-
Chrome:
- Go to
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the
.output/chrome-mv3folder
- Go to
-
Firefox:
- Go to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on and select the
manifest.jsonfile in the.output/firefox-mv2folder
- Go to
-
The website source code is available in the website branch.




