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 |
官方網址 | 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" } } |