Google Meet Attendance
The simplest way to take attendance on Google Meet.
Google Meet Attendanceとは何ですか?
Google Meet AttendanceはAsif Mahmudによって開発されたChromeの拡張機能で、その主な機能は「The simplest way to take attendance on Google Meet.」です。
拡張機能のスクリーンショット
Google Meet Attendance拡張機能のCRXファイルをダウンロード
Google Meet Attendance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is Classroom Edition. This extension is very user friendly. Those who want a simple way to take attendance during a Google Meet this extension is intended for those users. Attendance taking can help you to remember who joined the Google Meet and who is not. This is very helpful for the Online Classroom. Teachers can found this extension very helpful for them. The extension features: * Works on the new Google Meet UI. * Google Meet Link is included. * Date and Time is included. * Course Instructor will be the attendance taker. * Total Students count. * Ascending order students list. * Auto Mode. * Time Limit. * Duplicate Name. [More features are coming soon.] To begin using this extension, here is what you need to do: => Install the extension using a click on "Add to Chrome". => Pin the extension at the top right bar of Google Chrome Browser. => Click on the Google Meet People Panel. => Right Click anywhere on the People Panel. => On the Context Menu Item click on "Save Attendance" to automatically save an Excel File in the format of "CSV" with a list of Attendance from Google Meet. * You can get instructions by clicking on the top right of the extension icon. It is a very easy and simple process that everyone can do. The extension does not track or transmit any information or usage data.
拡張機能の基本情報
名前 | Google Meet Attendance |
ID | inailacfginaoeoaalimoleipnedabga |
公式URL | https://chromewebstore.google.com/detail/google-meet-attendance/inailacfginaoeoaalimoleipnedabga |
説明 | The simplest way to take attendance on Google Meet. |
ファイルサイズ | 101 KB |
インストール数 | 23,931 |
現在のバージョン | 3.4.2 |
最終更新日 | 2021-09-29 |
公開日 | 2020-08-29 |
評価 | 4.15/5 合計 13 レビュー |
開発者 | Asif Mahmud |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "short_name": "Google Meet Add-on", "version": "3.4.2", "description": "The simplest way to take attendance on Google Meet.", "manifest_version": 2, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "default_locale": "en", "background": { "scripts": [ "main\/action.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/512.png", "default_title": "Google Meet Attendance", "default_popup": "popup\/background.html" }, "web_accessible_resources": [ "\/sound\/bleep.mp3" ], "permissions": [ "tabs", "activeTab", "contextMenus", "https:\/\/meet.google.com\/*" ] } |