Google Meet Attendance
Simple way to take an attendance on Google Meet
什麼是Google Meet Attendance?
Google Meet Attendance是由https://www.w3technic.com開發的Chrome擴展程式,該擴展的主要功能是“Simple way to take an attendance on Google Meet”。
擴展截圖
下載Google Meet Attendance擴展crx文件
下載Google Meet Attendance擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is intended for users who need a simple way to take attendance during a Google Meet calls. This extension adds a button to the top right bar, you only need to click to this button and get all participants list DOCUMENTATION To begin using this extension, here is what you need to do: Install the Software Extension Go inside a Google Meet meeting. Click on the extension icon when you are IN the meeting to activate the extension. Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call. PURPOSE This extension was made to help all the teachers and students figuring out distance learning together. PRIVACY POLICY We don't store your data, period. Thanks!
擴展基本資訊
名稱 | Google Meet Attendance |
ID | bpnbncnlmblkmeleaiaccmdikkdkicim |
官方網址 | https://chromewebstore.google.com/detail/google-meet-attendance/bpnbncnlmblkmeleaiaccmdikkdkicim |
簡介 | Simple way to take an attendance on Google Meet |
檔案大小 | 633 KB |
安裝次數 | 1,193 |
目前版本 | 1.0.1 |
更新時間 | 2020-08-03 |
上架時間 | 2020-08-03 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://www.w3technic.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.w3technic.com/2020/08/how-to-take-attendance-in-google-meet.html |
說明頁面URL | https://www.w3technic.com/p/contact.html |
隱私政策頁面URL | https://w3technic.com/privacy-policy |
支援的語言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "1.0.1", "version_name": "1.0.1", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png", "256": "img\/256.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "\/js\/update-conf.js", "\/js\/update.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img\/512.png", "default_popup": "popup.html", "default_title": "__MSG_AppName__" }, "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true } |