Google Meet - Auto Meeting Notes
A privacy first auto notes taker for Google Meet/Hangouts meetings.
Google Meet - Auto Meeting Notes क्या है?
Google Meet - Auto Meeting Notes Helper Functions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A privacy first auto notes taker for Google Meet/Hangouts meetings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Meet - Auto Meeting Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Google Meet - Auto Meeting Notes |
ID | dcbhlmadhngmgbnjlegflhpbijcbbdde |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-meet-auto-meeting/dcbhlmadhngmgbnjlegflhpbijcbbdde |
विवरण | A privacy first auto notes taker for Google Meet/Hangouts meetings. |
फ़ाइल का आकार | 213 KB |
स्थापना संख्या | 3,770 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2020-12-04 |
प्रकाशन तिथि | 2020-06-04 |
रेटिंग | 2.14/5 कुल 7 रेटिंग्स |
डेवलपर | Helper Functions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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'" } |