Google Meet Attendance

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

Cos'è Google Meet Attendance?

Google Meet Attendance è un'estensione di Chrome sviluppata da Vinamr Bajaj, e la sua funzione principale è "Save the time joined and left of all attendees with one click!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google Meet Attendance

Scarica i file di estensione Google Meet Attendance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Save the time joined and left of all attendees with one click!
Enabling one click attendance for your google meet class.                    

Informazioni di Base sull'Estensione

Nome Google Meet Attendance Google Meet Attendance
ID mjjngncbeabeggcnjogcnaifjbkmbaap
URL Ufficiale https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap
Descrizione Save the time joined and left of all attendees with one click!
Dimensione del File 44.35 KB
Conteggio Installazioni 1,296
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-08-17
Data di Pubblicazione 2020-08-17
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Vinamr Bajaj
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://axios-iiitl.github.io/
URL della Pagina della Politica sulla Privacy https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance",
    "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\/*"
    ]
}