Google Meet Attendance Downloader

Take attendace of Google Meet with just One Click

Google Meet Attendance Downloaderคืออะไร?

Google Meet Attendance Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gagan Bindoria และคุณลักษณะหลักของมันคือ "Take attendace of Google Meet with just One Click"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension helps you to get and download attendance of a Google Meeting and edit as per your convenience in multiple formats (Word File,Excel Sheet,Text File ).
This extension gives you option to copy the attendance to clipboard and exclude the presenter with one click.

Features :
1. One click attendance.
2. No complexities, simple UI for presenters.
3. Exclude the presenter's name from the attendance List.
4. Order alphabetically.
5. Copy Attendance to clipboard.
6. Multiple formats available to download.
7. Take screenshot of attendees.



Update 1.4.2 :
1. Minor bug fix.
 





How to use this Extension ??

Step 1 : Open a Existing/New Google Meeting.
Step 2 : Open the extension from tool bar.
Step 3 : Click on "Get Attendance" button .
Step 4 : Select your  saved filename from the selection and check or uncheck the subfilename and date to give name to your file.
*
Note : When using the extension for first time there will be no filename in the selection you will have to add one in Settings > Filename List.
*
Step 5 : Click on "Get File". 
Step 6 :  Enter remarks that will be shown in Word and Excel files and then press "Submit". Your file will be downloaded in a organzed directory.                    

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

ชื่อ Google Meet Attendance Downloader Google Meet Attendance Downloader
ID cmlkaihbnmcaalgjkeefklbpdlmdooel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-attendance-do/cmlkaihbnmcaalgjkeefklbpdlmdooel
คำอธิบาย Take attendace of Google Meet with just One Click
ขนาดไฟล์ 499 KB
จำนวนการติดตั้ง 924
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2021-11-06
วันที่เผยแพร่ 2021-03-10
ผู้พัฒนา Gagan Bindoria
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Attendance Downloader",
    "description": "Take attendace of Google Meet with just One Click ",
    "version": "1.4.2",
    "icons": {
        "128": "static\/images\/ICON.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/ICON.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "\/lib\/html2canvas.min.js",
                "\/scripts\/Content\/ContentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}