Google Meet Meters
Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.
Google Meet Metersとは何ですか?
Google Meet MetersはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.」です。
拡張機能のスクリーンショット
Google Meet Meters拡張機能のCRXファイルをダウンロード
Google Meet Meters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Encourage hidden insights from the less vocal individuals on your team or facilitate moderation of a dynamic discussion. Privacy Policy This extension does not track any user data.
拡張機能の基本情報
名前 | Google Meet Meters |
ID | ljbmkpdkikehladkjibcgdgogagagcag |
公式URL | https://chromewebstore.google.com/detail/google-meet-meters/ljbmkpdkikehladkjibcgdgogagagcag |
説明 | Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting. |
ファイルサイズ | 87.77 KB |
インストール数 | 3,089 |
現在のバージョン | 1.2.0 |
最終更新日 | 2020-06-12 |
公開日 | 2020-06-11 |
評価 | 1.62/5 合計 21 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Meters", "version": "1.2.0", "description": "Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.", "content_scripts": [ { "js": [ "assets\/loader-8337af83.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/extension.js", "loader.js" ], "browser_action": { "default_title": "Google Meet Meters" }, "icons": { "16": "\/static\/16.png", "48": "\/static\/48.png", "128": "\/static\/128.png" }, "permissions": [] } |