You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# VA Email Helper - Chrome Extension
1
+
# AI Email Helper - Chrome Extension
2
2
3
3
A Chrome extension that reads Gmail messages and generates AI-powered responses using OpenAI's Assistant API, similar to how Grammarly works with Gmail.
4
4
@@ -40,7 +40,7 @@ npm run build
40
40
1. Click the extension icon in your browser toolbar
41
41
2. Go to the "Settings" tab
42
42
3. Enter your OpenAI API Key
43
-
4. Enter your Assistant ID (starts with "asst_")
43
+
4. Enter your Assistant ID (starts with "asst\_")
44
44
5. Click "Test Connection" to verify
45
45
6. Click "Save Settings"
46
46
@@ -79,7 +79,7 @@ Guidelines:
79
79
Always generate only the email body content, no subject lines or signatures unless specifically requested.
80
80
```
81
81
82
-
4. Save the assistant and copy the Assistant ID (starts with "asst_")
82
+
4. Save the assistant and copy the Assistant ID (starts with "asst\_")
83
83
84
84
## Development
85
85
@@ -125,22 +125,26 @@ npm run build:tailwind
125
125
## Troubleshooting
126
126
127
127
### Extension not working?
128
+
128
129
1. Check that you're on `mail.google.com`
129
130
2. Refresh the Gmail page
130
131
3. Check the extension is enabled in `chrome://extensions/`
131
132
132
133
### Can't detect email content?
134
+
133
135
1. Make sure you're viewing an email conversation
134
136
2. Try clicking on the email to ensure it's selected
135
137
3. Refresh the page and try again
136
138
137
139
### API errors?
140
+
138
141
1. Verify your OpenAI API key is correct
139
142
2. Check your OpenAI account has credits
140
143
3. Ensure your Assistant ID is valid
141
144
4. Test the connection in Settings
142
145
143
146
### Generated response not inserting?
147
+
144
148
1. Click in the compose text area first
145
149
2. Make sure you have a compose window open
146
150
3. Try copying the response and pasting manually
@@ -160,6 +164,7 @@ MIT License - see LICENSE file for details
0 commit comments