Google Meet Attendance
Save the time joined and left of all attendees with one click!
Co je Google Meet Attendance?
Google Meet Attendance je rozšíření Chrome vyvinuté Jake Crowley, a jeho hlavní funkcí je „Save the time joined and left of all attendees with one click!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Meet Attendance
Stáhněte si soubory rozšíření Google Meet Attendance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Oficiální URL | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Popis | Save the time joined and left of all attendees with one click! |
Velikost souboru | 18.23 KB |
Počet instalací | 40,193 |
Aktuální Verze | 0.0.7 |
Poslední Aktualizace | 2020-07-12 |
Datum Vydání | 2020-05-13 |
Hodnocení | 3.92/5 Celkem 50 Hodnocení |
Vývojář | Jake Crowley |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
URL Stránky Zásad Ochrany Soukromí | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
Podporované Jazyky | 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\/*" ] } |