Google Attendance Taker

Takes attendance every minute

ما هو Google Attendance Taker؟

Google Attendance Taker هو إضافة Chrome تم تطويرها بواسطة deepakmanohar، والميزة الرئيسية لها هي "Takes attendance every minute".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Attendance Taker

قم بتنزيل ملفات الامتداد Google Attendance Taker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Take attendance using Google Attendance Taker.

This will take attendance on top of the google meet that happens for students. 

Steps: 
1. Install the Extension
2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 
3. On the plugin, load that txt file. 
4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. 

Happy attendance taking!                    

معلومات أساسية عن التمديد

الاسم Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
الوصف Takes attendance every minute
حجم الملف 41.95 KB
عدد التثبيتات 242
النسخة الحالية 1.0
آخر تحديث 2021-08-27
تاريخ النشر 2021-08-27
تقييم 3.00/5 مجموع تقييمات 1
المطور deepakmanohar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Attendance Taker",
    "description": "Takes attendance every minute",
    "version": "1.0",
    "permissions": [
        "alarms",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "apple.png",
        "default_popup": "popup.html"
    }
}