Meet Assistant
Only way for you to record your precious meetings on google meet.
What is Meet Assistant?
Meet Assistant is a Chrome extension developed by https://googlemeetrecord.com, and its main feature is "Only way for you to record your precious meetings on google meet.".
Extension Screenshots
Download Meet Assistant Extension CRX File
Download Meet Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Meet Assistant |
ID | dnofffnpfhkjcnicnbikofkmgckebdpm |
Official URL | https://chromewebstore.google.com/detail/meet-assistant/dnofffnpfhkjcnicnbikofkmgckebdpm |
Description | Only way for you to record your precious meetings on google meet. |
File Size | 108 KB |
Installation Count | 2,567 |
Current Version | 1.1 |
Last Updated | 2022-09-11 |
Publish Date | 2022-05-28 |
Rating | 5.00/5 Total 15 Ratings |
Developer | https://googlemeetrecord.com |
[email protected] | |
Payment Type | free |
Extension Website | https://googlemeetrecord.com/ |
Help Page URL | https://googlemeetrecord.com/ |
Privacy Policy Page URL | https://googlemeetrecord.com/privacy |
Supported Languages | 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": [ " |