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
**In both modes, transcript will be automatically downloaded as a text file at the end of each meeting.**
35
35
36
36
-**Auto mode:** Automatically records transcripts for all meetings
37
-
-**Manual mode:** Switch on Transcripto by clicking on captions icon in Google Meet (CC icon)
37
+
-**Manual mode:** Switch on TranscripTonic by clicking on captions icon in Google Meet (CC icon)
38
38
39
39
40
40
> **Avoid closing the meeting tab to end the call.** If you do it by mistake, you can still download the last meeting transcript by opening the extension. This will be overwritten when a new meeting starts.
@@ -48,12 +48,12 @@ Transcripto has two modes of operation.
48
48
49
49
**Can I change the language of the transcript?**
50
50
51
-
Yes. Transcripto picks up the output of Google Meet captions. Google Meet captions supports variety of languages that you can choose from. Click the settings icon when captions start showing and change the language.
51
+
Yes. TranscripTonic picks up the output of Google Meet captions. Google Meet captions supports variety of languages that you can choose from. Click the settings icon when captions start showing and change the language.
52
52
53
53
<br />
54
54
<br />
55
55
56
56
# Privacy policy
57
-
Transcripto Chrome extension does not collect any information from users in any manner. All processing/transcript storage happens within the user's Chrome browser and does not leave the device.
57
+
TranscripTonic Chrome extension does not collect any information from users in any manner. All processing/transcript storage happens within the user's Chrome browser and does not leave the device.
Copy file name to clipboardExpand all lines: extension/content.js
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ let meetingStartTimeStamp = new Date().toLocaleString("default", options).replac
13
13
letmeetingTitle=document.title
14
14
constextensionStatusJSON_bug={
15
15
"status": 400,
16
-
"message": "<strong>Transcripto seems to have an error</strong> <br /> Please report it <a href='https://github.com/vivek-nexus/transcripto/issues' target='_blank'>here</a>."
16
+
"message": "<strong>TranscripTonic seems to have an error</strong> <br /> Please report it <a href='https://github.com/vivek-nexus/transcriptonic/issues' target='_blank'>here</a>."
0 commit comments