Meet Attendance

Collect attendance in a Google Sheet from a Google Meet.

Meet Attendance क्या है?

Meet Attendance https://claycodes.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect attendance in a Google Sheet from a Google Meet."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Meet Attendance requires logging in and Syncing your Chrome browser. When in Meet select the participants view. Accept the permissions. Close and reopen the people to capture attendance. Click the Attendance icon to open the Attendance Spreadsheet. Mouse over for further options, Add a sheet in the Spreadsheet, Create a new Spreadsheet, Turn Attendance collection off, Auto Scroll through participants, Snapshot attendance. Attendance duration will be tracked.
Premium: 
Compare your classroom roster to the participants in the meet. Know who is absent from your Meet. 
Set the frequency for auto capturing attendance. Leaving the Participants view open attendance will be captured at the set frequency.

Subscribe to premium for $2.50 monthly.
Subscription management at claycodes.web.app                    

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

नाम Meet Attendance Meet Attendance
ID nenibigflkdikhamlnekfppbganmojlg
आधिकारिक URL https://chromewebstore.google.com/detail/meet-attendance/nenibigflkdikhamlnekfppbganmojlg
विवरण Collect attendance in a Google Sheet from a Google Meet.
फ़ाइल का आकार 704 KB
स्थापना संख्या 628,351
वर्तमान संस्करण 3.0.29
अंतिम अपडेट 2023-02-21
प्रकाशन तिथि 2020-06-18
रेटिंग 2.80/5 कुल 363 रेटिंग्स
डेवलपर https://claycodes.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.claycodes.org/google-add-onsextensions/meet-attendance
सहायता पृष्ठ URL https://www.claycodes.org/google-add-onsextensions/meet-attendance
गोपनीयता नीति पृष्ठ URL https://www.claycodes.org/home/privacy-policy
समर्थित भाषाएँ en,ca,es,cs,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.29",
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "storage",
        "alarms"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0y6+EwMrnUfe5DM9U6LCS7wkIXisADlgy2GTOcvksBdASAp+AwnMwIv0jTwOwEM2EColHdj8HgBT+d\/7ZYoWiKaDWxvh+ztSgkvfwUKTW27DlP3XpMIp8WchyUqcgZCdaU4qHW0iGcVYC+xsxtLmV20WyqKui7e5PCLr+wFbHpIxv4iyaD+OB14WsAOX\/cJLjsBvwSFtnZh34be+PvB9ehkG4H9Eg5EoFUefKmza7LssXbxYWQjRi03CLP7dKuxpcQ7UjfTK1RO3HYwij9xQN7ZNhwUN8amc3iQgeHEkMs2TykzJEiSEa1r3p+ch8\/LQwVM2cv7SMm0JvsXsO5BkQIDAQAB",
    "oauth2": {
        "client_id": "868086281002-1kv3v20bvlgekic1qvja2o8frh2gqeo3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/script.external_request",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly",
            "email",
            "profile"
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/meet.google.com\/*"
        ],
        "exclude_matches": [
            "https:\/\/meet.google.com\/*\/quality*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/meet.google.com\/*\/quality*"
            ],
            "css": [
                "css\/materialize.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.js",
                "contentscript.js",
                "js\/materialize.js",
                "js\/moment-with-locales.js"
            ]
        }
    ],
    "action": {
        "matches": [
            "https:\/\/meet.google.com\/*"
        ],
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}