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:firefox if you are targeting Firefox.
Load the extension in your browser
Chrome:
chrome://extensions/.output/chrome-mv3 folderFirefox:
about:debugging#/runtime/this-firefoxmanifest.json file in the .output/firefox-mv2 folderThe website source code is available in the website branch.