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 |
官方網址 | 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 |
電子郵箱 | [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" } } |