- Clone this repo (
git clone https://github.com/jagilley/dj-cx-cecli
) - Navigate to the repo that you just cloned
npm install -g chrome-extension-cli
(if you don't already havenpm
installed, runbrew install node
on MacOS)npm run build
- Go to Chrome/Brave's extensions page, enable dev mode, and then click "load unpacked".
- Navigate to the
build
folder you just created, and select it. You should be good to go!
- add more robust logic for multiple choice selections
- maybe pass each element/div to the LLM and have it infer the intent?