Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.03 KB

README.md

File metadata and controls

54 lines (34 loc) · 2.03 KB

🤖 Google Mail - Cohere.ai

@note: based on @danimelchor work, check it here

Getting started

👷‍♀️ Build

  1. Clone the repository and install depenedencies
$ npm clone [email protected]:tomtobac/cohere-email.git
$ cd cohere-email
$ npm install
  1. Build the extension
$ npm run build

🎒 Load

  1. type chrome://extensions/ the Chrome navbar or go to Three dots (top right) > Settings > extensions

  2. Enable "Developer mode" in top right corner

  3. Click on Load unpacked extension and select the dist folder which was generated by the step 2 in #Build

👨‍🏫 Usage

  1. Once you have it loaded, you should see an icon next to your extension menu.

  2. Click on the icon and a menu should appear, please enter your api key. You can get it from here. You can test it out with trial api key.

  3. Navigate to Google Mail and click on "Compose", click again into the body of the email. After writing your command, as the example bellow 👇, you can click on "Co:here" button and it will generate a text based in your command.

  4. Any error with the api will be printed in the body of the email too

📸 Screenshots

"Settings Page" "Samples Page"
"Mail with Cohere button" "Generate is loading"
"Mail redacted with AI"

🧪 todos

  1. build: create a release version so users don't need build step
  2. feat: add tooltip with an explanation of every setting
  3. feat: allow more than one stop_sequence
  4. refactor: tests