Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
Google Meet Attendance & Engagementとは何ですか?
Google Meet Attendance & Engagementはpaulobricenogonzalezによって開発されたChromeの拡張機能で、その主な機能は「Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV」です。
拡張機能のスクリーンショット
Google Meet Attendance & Engagement拡張機能のCRXファイルをダウンロード
Google Meet Attendance & Engagement拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Track your students attendance and engagement in an easy way. No registration process. Dark Mode, Download csv, XLSX.
拡張機能の基本情報
名前 | Google Meet Attendance & Engagement |
ID | dfoeddmkpdeheffinggbeggiebnhhmno |
公式URL | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
説明 | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
ファイルサイズ | 786 KB |
インストール数 | 9,000 |
現在のバージョン | 2.3.8 |
最終更新日 | 2021-08-31 |
公開日 | 2020-09-29 |
評価 | 3.63/5 合計 54 レビュー |
開発者 | paulobricenogonzalez |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Attendance & Engagement", "version": "2.3.8", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "16": "images\/logos\/icon.png", "48": "images\/logos\/logo_48.png", "128": "images\/logos\/logo_128.png" }, "browser_action": { "default_icon": "images\/logos\/icon.png", "default_popup": "html\/popup.html", "default_title": "Google Meet Attendance & Engagement" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/logos\/logo_48.png", "images\/check.svg", "images\/like.svg", "images\/x.svg", "images\/mute.svg" ] } |