Google Meet Attendance

Save the time joined and left of all attendees with one click!

Wat is Google Meet Attendance?

Google Meet Attendance is een Chrome-extensie ontwikkeld door Jake Crowley, en de belangrijkste functie is "Save the time joined and left of all attendees with one click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Meet Attendance

Download Google Meet Attendance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.                    

Basisinformatie over de Extensie

Naam Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
Officiële URL https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
Beschrijving Save the time joined and left of all attendees with one click!
Bestandsgrootte 18.23 KB
Aantal Installaties 40,193
Huidige Versie 0.0.7
Laatst Bijgewerkt 2020-07-12
Publicatiedatum 2020-05-13
Beoordeling 3.92/5 Totaal 50 Beoordelingen
Ontwikkelaar Jake Crowley
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://jakecrowley.github.io/googlemeetattendance/privacy.html
URL van de Privacybeleid Pagina https://jakecrowley.github.io/googlemeetattendance/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}