Google Attendance Taker
Takes attendance every minute
Google Attendance Takerとは何ですか?
Google Attendance Takerはdeepakmanoharによって開発されたChromeの拡張機能で、その主な機能は「Takes attendance every minute」です。
拡張機能のスクリーンショット
Google Attendance Taker拡張機能のCRXファイルをダウンロード
Google Attendance Taker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take attendance using Google Attendance Taker. This will take attendance on top of the google meet that happens for students. Steps: 1. Install the Extension 2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 3. On the plugin, load that txt file. 4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. Happy attendance taking!
拡張機能の基本情報
名前 | Google Attendance Taker |
ID | cffmaadnlgjdbgmklookiceekipldhje |
公式URL | https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje |
説明 | Takes attendance every minute |
ファイルサイズ | 41.95 KB |
インストール数 | 242 |
現在のバージョン | 1.0 |
最終更新日 | 2021-08-27 |
公開日 | 2021-08-27 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | deepakmanohar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Attendance Taker", "description": "Takes attendance every minute", "version": "1.0", "permissions": [ "alarms", "activeTab", "storage" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "apple.png", "default_popup": "popup.html" } } |