Momentum Google Meet Auto Recorder
Automatically ask to start recording when you join a Google Meet meeting.
什么是Momentum Google Meet Auto Recorder?
Momentum Google Meet Auto Recorder是由Momentum开发的Chrome扩展程序,该扩展的主要功能是“Automatically ask to start recording when you join a Google Meet meeting.”。
扩展截图
下载Momentum Google Meet Auto Recorder扩展crx文件
下载Momentum Google Meet Auto Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Never forget to record a call again. The Google Meet Auto Recorder will automatically ask to start recording whenever you join a Google Meet meeting.
扩展基本信息
名称 | Momentum Google Meet Auto Recorder |
ID | iaoodamngmdoekemidaekbdabpnmonco |
官方URL | https://chromewebstore.google.com/detail/momentum-google-meet-auto/iaoodamngmdoekemidaekbdabpnmonco |
简介 | Automatically ask to start recording when you join a Google Meet meeting. |
文件大小 | 13.08 KB |
安装次数 | 132 |
当前版本 | 1.1 |
更新时间 | 2023-10-30 |
上架时间 | 2023-09-16 |
评分 | 5.00/5 共1次评分 |
开发者 | Momentum |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.momentum.io/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Momentum Google Meet Auto Recorder", "version": "1.1", "permissions": [], "description": "Automatically ask to start recording when you join a Google Meet meeting.", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content.js" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |