Captions Snatcher is a Chrome Extension that automatically captures and saves meeting notes for Microsoft Teams meetings.
- Captures meeting notes from Microsoft Teams meetings
- Allows users to set a countdown timer to capture notes at a specific time
- Enables autosave feature to save notes automatically
- Saves notes in a local storage
- Chrome 80 or later
- Microsoft Teams integration
The frontend code is written in HTML, CSS, and JavaScript. The HTML file (popup.html) contains the user interface for the extension, including input fields for setting a countdown timer and enabling autosave. The CSS file (popup.css) styles the UI, and the JavaScript file (popup.js) handles the logic for capturing and saving notes.
The backend code is written in JavaScript and uses the Microsoft Teams API to capture meeting notes. The backend code is responsible for sending requests to the Microsoft Teams API to retrieve meeting notes and saving them to local storage.
To install the extension, follow these steps:
- Clone the repository:
git clone https://github.com/Robinbinu/MS_Teams_Captions_Snatcher - Go to the extension directory:
cd captions-snatcher - Load the extension in Chrome:
chrome://extensions/, enable developer mode, and click "Load unpacked". Then, select the extension directory. - Click "Add to Chrome" to install the extension.
- If the extension is not working, check the console for errors.
Contributions are welcome! If you'd like to contribute to the extension, please fork the repository and submit a pull request.
This extension is licensed under the MIT License. See the LICENSE file for details.