Google Meet - Auto Meeting Notes
A privacy first auto notes taker for Google Meet/Hangouts meetings.
Wat is Google Meet - Auto Meeting Notes?
Google Meet - Auto Meeting Notes is een Chrome-extensie ontwikkeld door Helper Functions, en de belangrijkste functie is "A privacy first auto notes taker for Google Meet/Hangouts meetings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet - Auto Meeting Notes
Download Google Meet - Auto Meeting Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Google Meets/Hangouts has this really cool live captions feature. This extension saves those captions as meeting notes. No meeting text or voice data is sent to any servers from this extension. All the processing happens on the client( your) end.
Basisinformatie over de Extensie
Naam | Google Meet - Auto Meeting Notes |
ID | dcbhlmadhngmgbnjlegflhpbijcbbdde |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-auto-meeting/dcbhlmadhngmgbnjlegflhpbijcbbdde |
Beschrijving | A privacy first auto notes taker for Google Meet/Hangouts meetings. |
Bestandsgrootte | 213 KB |
Aantal Installaties | 3,770 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2020-12-04 |
Publicatiedatum | 2020-06-04 |
Beoordeling | 2.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Helper Functions |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet - Auto Meeting Notes", "description": "A privacy first auto notes taker for Google Meet\/Hangouts meetings.", "author": "Aditya Kumar", "version": "1.0.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/jquery-ui.js", "scripts\/extension.js" ], "css": [ "notes.css" ] } ], "manifest_version": 2, "web_accessible_resources": [ "scripts\/script.js", "scripts\/script_post.js", "scripts\/print.jpg", "scripts\/print.css", "scripts\/edit.png" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com; object-src 'self'" } |