Auto-Notes taker for Online classes
Class/Meetings Listener | Notes generator - By Nithin S
Hvad er Auto-Notes taker for Online classes?
Auto-Notes taker for Online classes er en Chrome-udvidelse udviklet af https://nithins.me, og dens hovedfunktion er "Class/Meetings Listener | Notes generator - By Nithin S".
Udvidelsesskærmbilleder
Download Auto-Notes taker for Online classes-udvidelses-CRX-fil
Download Auto-Notes taker for Online classes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A Chrome Extension which can listen to your online classes/meetings and can generate your class notes from the content discussed in the meeting/class
Mails you the notes after every class.
Generates short and important points using AI for a quick glance of the topic
Also records the entire transcription of the audio in the meeting/class.
After the class has ended or the recording has stopped, you'll get an instant email with all the content as described above.
Make sure to mark mails from [email protected] as Important so that you won't miss out any mails from the bot.
Super Light weight extension consuming <1MB of your RAM
Currently supports the following platforms :
1. Google Meet
2. Microsoft Teams
3. Zoom Web
Free to use, no charges anywhere
[ Incase you are using MS Teams bot or Google Meet bot, those bots can automatically switch on/off the recording as they enter/exit classes respectively ]
MS Teams bot : https://link.nithins.me/bot
Google Meet bot : https://link.nithins.me/gmbot Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hflngkajjgpnnedmkbncjngebjohefoc |
| Officiel URL | https://chromewebstore.google.com/detail/auto-notes-taker-for-onli/hflngkajjgpnnedmkbncjngebjohefoc |
| Beskrivelse | Class/Meetings Listener | Notes generator - By Nithin S |
| Filstørrelse | 119 KB |
| Antal Installationer | 2,376 |
| Nuværende Version | 1.2.1 |
| Senest Opdateret | 2021-01-20 |
| Udgivelsesdato | 2020-10-30 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://nithins.me |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://nithins/me |
| Hjælpeside-URL | https://nithins/me |
| URL til Fortrolighedspolitik Side | https://nithins.me/nbot/privacyPolicy.html |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto-Notes taker for Online classes",
"version": "1.2.1",
"description": "Class\/Meetings Listener | Notes generator - By Nithin S",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "N-Notes",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/teams.microsoft.com\/*",
"https:\/\/meet.google.com\/*",
"https:\/\/*.zoom.us\/*"
],
"js": [
"jquery-3.5.1.js",
"contentscriptnithSummary.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications"
]
} | |