Google Meet Attendance Tracker (new)

Attendance sheet from a Google Meet meeting.

Google Meet Attendance Tracker (new) क्या है?

Google Meet Attendance Tracker (new) navy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attendance sheet from a Google Meet meeting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Meet Attendance Tracker (new) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ️⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension, log in to your google account and sync your Chrome browser.
2. Select the participants' view in Google Meet, accept the permissions, close and reopen the people to capture attendance.
3. Click the Attendance icon of the extension to open the attendance spreadsheet.
4. Attendance along with the attended duration will be exported in a spreadsheet.

✨Features ✨

Auto features of the extension include:
1. Add a sheet in the spreadsheet.
2. Create a new spreadsheet.
3. Turn Attendance collection off.
4. Auto scroll through participants.
5. Snapshot attendance.

With this extension, you will be able to auto-record the attendance of the participants in a google spreadsheet.

This extension will let you re-size the browser's window 💻 in order to emulate various resolutions.                    

एक्सटेंशन की मूल जानकारी

नाम Google Meet Attendance Tracker (new) Google Meet Attendance Tracker (new)
ID aibgcngnlebelbhbfgoinonfbngkdmbj
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-attendance-tr/aibgcngnlebelbhbfgoinonfbngkdmbj
विवरण Attendance sheet from a Google Meet meeting.
फ़ाइल का आकार 13.11 KB
स्थापना संख्या 880
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-02-08
प्रकाशन तिथि 2023-01-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर navy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet Attendance Tracker (new)",
    "version": "1.0.0",
    "description": "Attendance sheet from a Google Meet meeting.",
    "action": {
        "default_title": "Google Meet Attendance Tracker",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/meet.google.com\/*"
    ]
}