Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.68 KB

README.md

File metadata and controls

59 lines (30 loc) · 1.68 KB

Zoomarize

Available Scripts

In the project directory, you can run:

npm run build

Builds the extension in the build folder.

npm start

Builds the extension in the build folder and watches for changes.

Installation

Chrome web store

The extension is available on the chrome web store here.

Manual installation

Right now the project is pending for the google web store review. You can install it manually by following the steps below:

  1. Download the latest release from here

  2. Unzip the file

  3. Go to chrome://extensions/

  4. Enable developer mode:

    developer mode

  5. Click on "Load unpacked" and select the folder where you downloaded the extension:

    Load unpacked

The extension should be installed now.

Usage

Setup

First, you have to setup an OpenAI api key. You can get one here.

Then, click on the extension icon and paste your api key.

The meeting should be recorded once you join it and enabled the subtitles.

extension screenshot

Download summaries

You can download the summaries by clicking on the extension icon and then on the "Download summaries" button. You can also download the original transcript by clicking on the "Download transcript" button.

Download summary

Note: The extension will only use the openai api key when you request a summary. It will not send any data to the openai api without your consent.