Meet Attendance List
Monitor who attendant your class and meeting!
什麼是Meet Attendance List?
Meet Attendance List是由H_reugo開發的Chrome擴展程式,該擴展的主要功能是“Monitor who attendant your class and meeting!”。
擴展截圖
下載Meet Attendance List擴展crx文件
下載Meet Attendance List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
GOOGLE MEET ATTENDANCE LIST
A Google Chrome extension that saves the list of people present in a Google Meet call at a particular time.
FEATURES
- Have multiple classes, each with its own attendance list
- Create / Edit / Delete classes
- Export attendance as CSV file
- Modern UI, easy to use 擴展基本資訊
| 名稱 | |
| ID | opkclbdjfkagpgoflleeeklgljfgfglk |
| 官方網址 | https://chromewebstore.google.com/detail/meet-attendance-list/opkclbdjfkagpgoflleeeklgljfgfglk |
| 簡介 | Monitor who attendant your class and meeting! |
| 檔案大小 | 606 KB |
| 安裝次數 | 2,360 |
| 目前版本 | 2.0.0 |
| 更新時間 | 2024-02-06 |
| 上架時間 | 2021-01-10 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | H_reugo |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/Hereugo |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Meet Attendance List",
"description": "Monitor who attendant your class and meeting!",
"version": "2.0.0",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": ".\/service_worker.js"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_title": "Meet Attendance List"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"js\/utils.js",
"js\/inject.js",
"images\/defaultAvatar.png"
],
"matches": [
" | |