Merlin Attendance App

Merlin Attendance App to record class attendance using QR code / unique code

Merlin Attendance Appคืออะไร?

Merlin Attendance App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vanco Technologies และคุณลักษณะหลักของมันคือ "Merlin Attendance App to record class attendance using QR code / unique code"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merlin Attendance App

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Merlin Attendance App Merlin Attendance App
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"
    ]
}