Google Meet Attendance

This is Google meet attendance extension which is updated with new features on the users demand.

Google Meet Attendanceคืออะไร?

Google Meet Attendance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aiforkids.in และคุณลักษณะหลักของมันคือ "This is Google meet attendance extension which is updated with new features on the users demand."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Attendance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        features:-
* #Best  #Simple #Attractive #Powerful 
* Provides attendees
* Provides absentees
* Export of attendees in all three formats excel, word, text.
* User friendly
* Different themes(magic theme also )
* Attractive design

This gmeet extension will not only provide you the attendees but also the absentees in the class and it will make your job more easier. this extension is for the attendance purpose and can also export the google meet attendance with different files and this gmeet attendance extension is made for all who r given the job to get attendance and find it difficult to do.
In this gmeet absentees and attendees extension you just need to click the get attendance button to get the attendees and get absentees button to get the absentees. it will not take more than 5 seconds to do that .


                                           THANK-YOU SO MUCH
------------------------------------------------------******------------------------------------------
Made for gmeet attendance
Made by 
Lalit Kumar                    

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

ชื่อ Google Meet Attendance Google Meet Attendance
ID ohbillkckjklenebjdgdpnihdhlpjmgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-attendance/ohbillkckjklenebjdgdpnihdhlpjmgn
คำอธิบาย This is Google meet attendance extension which is updated with new features on the users demand.
ขนาดไฟล์ 56.38 KB
จำนวนการติดตั้ง 2,835
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2020-09-05
คะแนน 4.20/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://aiforkids.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aiforkids.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Attendance",
    "version": "1.5.0",
    "description": "This is Google meet attendance extension which is updated with new features on the users demand.",
    "browser_action": {
        "default_icon": "\/icons\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js",
                "contents.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            }
        }
    },
    "background": {
        "scripts": [
            "backgroundwork.js"
        ],
        "persistent": false
    },
    "icons": {
        "12": "icons\/icon2.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "content.js",
        "html\/settings.html"
    ]
}