Meet Assistant
Only way for you to record your precious meetings on google meet.
Wat is Meet Assistant?
Meet Assistant is een Chrome-extensie ontwikkeld door https://googlemeetrecord.com, en de belangrijkste functie is "Only way for you to record your precious meetings on google meet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Meet Assistant
Download Meet Assistant-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
Meet Assistant is the only free screen recording tool on google meet, providing you with the option of capturing unlimited videos and saving them on your system and drive side by side. Available for Mac, Windows and Linux.
Basisinformatie over de Extensie
Naam | Meet Assistant |
ID | dnofffnpfhkjcnicnbikofkmgckebdpm |
Officiële URL | https://chromewebstore.google.com/detail/meet-assistant/dnofffnpfhkjcnicnbikofkmgckebdpm |
Beschrijving | Only way for you to record your precious meetings on google meet. |
Bestandsgrootte | 108 KB |
Aantal Installaties | 2,567 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-09-11 |
Publicatiedatum | 2022-05-28 |
Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://googlemeetrecord.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://googlemeetrecord.com/ |
Help Pagina-URL | https://googlemeetrecord.com/ |
URL van de Privacybeleid Pagina | https://googlemeetrecord.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Assistant", "description": "Only way for you to record your precious meetings on google meet.", "version": "1.1", "permissions": [ "webNavigation", "tabs", "storage", "cookies" ], "host_permissions": [ "https:\/\/meet.google.com\/*", "https:\/\/accounts.google.com\/o\/oauth2\/auth" ], "background": { "service_worker": "\/scripts\/background\/background.js" }, "content_scripts": [ { "css": [ "style\/style.css" ], "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "scripts\/jquery-3.4.1.min.js", "scripts\/stimulus.umd.js", "scripts\/swal.min.js", "scripts\/content\/upload.js", "scripts\/content\/recorder.js", "scripts\/content\/login_user.js", "scripts\/content\/content.js", "apis\/srv_api.js" ], "run_at": "document_end" } ], "icons": { "16": ".\/assets\/icons\/48.png", "48": ".\/assets\/icons\/128.png", "128": ".\/assets\/icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/images\/*.png", "assets\/images\/*.ico", "scripts\/*" ], "matches": [ " |