Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
什麼是Google Meet Attendance & Engagement?
Google Meet Attendance & Engagement是由paulobricenogonzalez開發的Chrome擴展程式,該擴展的主要功能是“Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV”。
擴展截圖
下載Google Meet Attendance & Engagement擴展crx文件
下載Google Meet Attendance & Engagement擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Track your students attendance and engagement in an easy way.
No registration process.
Dark Mode, Download csv, XLSX. 擴展基本資訊
| 名稱 | |
| ID | dfoeddmkpdeheffinggbeggiebnhhmno |
| 官方網址 | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
| 簡介 | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
| 檔案大小 | 786 KB |
| 安裝次數 | 9,000 |
| 目前版本 | 2.3.8 |
| 更新時間 | 2021-08-31 |
| 上架時間 | 2020-09-29 |
| 評分 | 3.63/5 共 54 次評分 |
| 開發者 | paulobricenogonzalez |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Meet Attendance & Engagement",
"version": "2.3.8",
"description": "__MSG_manifest_description__",
"default_locale": "en",
"icons": {
"16": "images\/logos\/icon.png",
"48": "images\/logos\/logo_48.png",
"128": "images\/logos\/logo_128.png"
},
"browser_action": {
"default_icon": "images\/logos\/icon.png",
"default_popup": "html\/popup.html",
"default_title": "Google Meet Attendance & Engagement"
},
"background": {
"page": "html\/background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"js\/content.js"
]
}
],
"permissions": [
"notifications"
],
"web_accessible_resources": [
"images\/logos\/logo_48.png",
"images\/check.svg",
"images\/like.svg",
"images\/x.svg",
"images\/mute.svg"
]
} | |