Merlin Attendance App
Merlin Attendance App to record class attendance using QR code / unique code
什么是Merlin Attendance App?
Merlin Attendance App是由Vanco Technologies开发的Chrome扩展程序,该扩展的主要功能是“Merlin Attendance App to record class attendance using QR code / unique code”。
扩展截图
下载Merlin Attendance App扩展crx文件
下载Merlin Attendance App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Merlin Chrome Extension helps teachers / professional in taking attendance for their session. 1. Ask your students / learners to install the mobile app (Android/iPhone). Android App - https://play.google.com/store/apps/details?id=com.vanco.merlinapp iPhone App - https://apps.apple.com/in/app/merlin-attendance-application/id1544581861 2. Teacher who conducts a session shall install this extension, fill in information in settings tab only once. Before taking the attendance, open today's session tab, select your subject and click on generate button. 3. Keep QR code open on screen sharing mode so that students can use the mobile app and scan the code. 4. In case students / learners are attending through only mobile device, copy the unique code and paste in chat window of your meeting e.g. Google meet messages / Zoom meeting chat window. Student shall copy the code and enter it in app. 5. Teacher will receive the attendance report after competition of session within 2 hours. 6. Reach out to me ([email protected]) in case you want monthly / overall summary report of attendance for individual student. This is premium feature available to users.
扩展基本信息
名称 | |
ID | ljfnjjjeimhgbjnhkdoajdpmldmbanim |
官方URL | https://chrome.google.com/webstore/detail/ljfnjjjeimhgbjnhkdoajdpmldmbanim |
简介 | Merlin Attendance App to record class attendance using QR code / unique code |
文件大小 | 348 KB |
安装次数 | 161 |
当前版本 | 1.0.1 |
更新时间 | 2021-01-05 |
上架时间 | 2020-12-25 |
开发者 | Vanco Technologies |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vancotech.com |
帮助页面URL | https://vancotech.com |
隐私政策页面URL | http://vancotech.com/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Merlin Attendance App", "description": "Merlin Attendance App to record class attendance using QR code \/ unique code", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "storage", "http:\/\/vancotech.com\/*", "clipboardRead" ], "web_accessible_resources": [ "loading.jpg", "jquery.min.js", "bootstrap-timepicker.js", "bootstrap2.2.2.min.js", "bootstrap3.3.5.min.css" ] } |