I wrapped OpenAI into a Chrome Extension and use it for all my meetings

1 pointsposted 12 hours ago
by epooos

1 Comments

epooos

12 hours ago

Hi all,

Having experience developing extensions, I didn’t want to spend money on additional paid tools, so I built my own convenient interface that uses the OpenAI API.

Chrome Extension is a great way to interact with OpenAI during meetings. It captures audio from both your mic and active tabs, transcribes conversations in real-time, and generates responses based on custom prompts, along with a custom summary after the call.

You use your own API key, and all your data is saved locally. I’ve released the extension on the Chrome Web Store. You can find more information about how it works technically on the website.

Cheers!