A Chrome extension that creates comments on tasks in Kanbert, powered by OpenAI's ChatGPT.
screencast-devsk.kanbert.com-2024.02.06-11_23_33.webm
Following package is not in chrome store yet, so you need to install it manually. Download the latest release from the releases page and unzip it. Then follow the instructions below.
- Go to
chrome://extensions/
and click Load Unpacked - Load
dist
folder
- Log into your OpenAI account on the OpenAI website.
- Click on the "API Keys" in the sidebar.
- Click on the "Create new secret key" button to generate a new API key.
- Once the API key is generated, you can copy it and set it on the kanbert-comment-gpt options.
- Also fill in your name as it is shown in Kanbert. So the extension can map your name to your comments.
npm install
npm run build
npm run watch