Google Meet Meters
Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.
Co to jest Google Meet Meters?
Google Meet Meters to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Meet Meters
Pobierz pliki rozszerzeń Google Meet Meters 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
Encourage hidden insights from the less vocal individuals on your team or facilitate moderation of a dynamic discussion. Privacy Policy This extension does not track any user data.
Podstawowe informacje o rozszerzeniu
Nazwa | Google Meet Meters |
ID | ljbmkpdkikehladkjibcgdgogagagcag |
Oficjalny URL | https://chromewebstore.google.com/detail/google-meet-meters/ljbmkpdkikehladkjibcgdgogagagcag |
Opis | Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting. |
Rozmiar pliku | 87.77 KB |
Liczba instalacji | 3,089 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2020-06-12 |
Data Publikacji | 2020-06-11 |
Ocena | 1.62/5 Łącznie 21 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Meters", "version": "1.2.0", "description": "Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.", "content_scripts": [ { "js": [ "assets\/loader-8337af83.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/extension.js", "loader.js" ], "browser_action": { "default_title": "Google Meet Meters" }, "icons": { "16": "\/static\/16.png", "48": "\/static\/48.png", "128": "\/static\/128.png" }, "permissions": [] } |