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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |