Google Meet Attendance

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

Co to jest Google Meet Attendance?

Google Meet Attendance to rozszerzenie Chrome opracowane przez Jake Crowley, a jego główną funkcją jest „Save the time joined and left of all attendees with one click!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Meet Attendance

Pobierz pliki rozszerzeń Google Meet Attendance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
Oficjalny URL https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
Opis Save the time joined and left of all attendees with one click!
Rozmiar pliku 18.23 KB
Liczba instalacji 40,193
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2020-07-12
Data Publikacji 2020-05-13
Ocena 3.92/5 Łącznie 50 Oceny
Deweloper Jake Crowley
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://jakecrowley.github.io/googlemeetattendance/privacy.html
Adres URL Strony Polityki Prywatności https://jakecrowley.github.io/googlemeetattendance/privacy.html
Obsługiwane Języki 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\/*"
    ]
}