Attendance for Google Meet™

Simple way to take attendance on Google Meet™

Attendance for Google Meet™คืออะไร?

Attendance for Google Meet™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://google-meet-attendance.dllplayer.com และคุณลักษณะหลักของมันคือ "Simple way to take attendance on Google Meet™"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Attendance Taking for Google Meet

This extension is intended for users who need a simple way to take attendance during a Google Meet.
This extension adds a button to the top right bar (next to chat & participant list) to help remember who joined a meeting in Google Meet. Attendance taking allows you to remember who joined an online meeting and see who is not here.
(With more online video conferences taking place, its important to have an automatic solution to take attendance ). Try attendance taking for hangouts meet

This extension helps to remember when an attendee joined,  how long they stayed for the meeting and helps you keep track of the meeting time

It is the easiest way to record down attendance : you can follow up later with participants who were unable to make the call. It works well for google hangouts meet

Change Log for 1.0.6

Updated the extension so attendance taking feature works again for new design of Google Meet.

To begin using this extension, here is what you need to do

Install the Software Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate the extension.
Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call.
Take attendance today using this software extension

If you have any feedback for attendance taking for google meet app, please let us know on how we can improve our software extension for google video conference

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. This is not owned by, it is not licensed by and is not a subsidiary of Google Inc.                    

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

ชื่อ Attendance for Google Meet™ Attendance for Google Meet™
ID fdnipcdebaagjpicpbkildmcefflobhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/attendance-for-google-mee/fdnipcdebaagjpicpbkildmcefflobhn
คำอธิบาย Simple way to take attendance on Google Meet™
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 55,277
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-03-16
วันที่เผยแพร่ 2020-07-10
คะแนน 3.94/5 รวมทั้งหมด 486 คะแนน
ผู้พัฒนา https://google-meet-attendance.dllplayer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://google-meet-attendance.dllplayer.com/
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": "img\/512.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/contents.js",
                "\/js\/sidebar.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/google-meet-attendance.dllplayer.com\/",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "256": "img\/256.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}