Talk Time for Google Meet
Your assistant for 'Google Meet' meetings
Talk Time for Google Meetとは何ですか?
Talk Time for Google Meetはburmeidanによって開発されたChromeの拡張機能で、その主な機能は「Your assistant for 'Google Meet' meetings」です。
拡張機能のスクリーンショット
Talk Time for Google Meet拡張機能のCRXファイルをダウンロード
Talk Time for Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is your google meet assistant, which will help you to improve your meeting analysis and add many useful features to common meetings. View your recording, leave feedbacks, private chat, soft-skill badges, and it is not the end of the list. Try it and your meetings will be more comfortable and you will gain new opportunities to make your meeting better.
拡張機能の基本情報
名前 | Talk Time for Google Meet |
ID | bclhnknpopffhkpodghagpcekbmljclh |
公式URL | https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh |
説明 | Your assistant for 'Google Meet' meetings |
ファイルサイズ | 82.29 KB |
インストール数 | 100 |
現在のバージョン | 3.17 |
最終更新日 | 2024-02-09 |
公開日 | 2022-07-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | burmeidan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://everyoneshouldhaveavoice.com/ |
ヘルプページのURL | https://everyoneshouldhaveavoice.com/ |
プライバシーポリシーページのURL | https://nobeltt.com/policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Your assistant for 'Google Meet' meetings", "manifest_version": 3, "name": "Talk Time for Google Meet", "author": "Danylo Burmei", "version": "3.17", "homepage_url": "https:\/\/EveryoneShouldHaveAVoice.com\/", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "https:\/\/meet.google.com\/*", "https:\/\/EveryoneShouldHaveAVoice.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "resources\/*", "manifest.json" ], "matches": [ " |