Google Meet Visual Timer
This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Cos'è Google Meet Visual Timer?
Google Meet Visual Timer è un'estensione di Chrome sviluppata da https://timer.smartrday.com, e la sua funzione principale è "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Meet Visual Timer
Scarica i file di estensione Google Meet Visual Timer 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
Take back control of your meetings. Meetings can easily get out of hand and one solution is Timeboxing : Keep track of the time and allocate specific amount of time to specific parts of the agenda.
Informazioni di Base sull'Estensione
Nome | Google Meet Visual Timer |
ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
Descrizione | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
Dimensione del File | 130 KB |
Conteggio Installazioni | 9,000 |
Versione Corrente | 1.6.1 |
Ultimo Aggiornamento | 2020-12-07 |
Data di Pubblicazione | 2020-06-15 |
Valutazione | 1.89/5 Totale 9 Valutazioni |
Sviluppatore | https://timer.smartrday.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://timer.smartrday.com/ |
URL della Pagina di Aiuto | http://timer.smartrday.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Fred Gouv", "browser_action": { "default_icon": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "default_popup": "index.html", "default_title": "Google Meet Timer Visual" }, "web_accessible_resources": [ "alarm.mp3", "css\/bootstrap.min.css", "css\/jquery-3.5.1.min.js", "css\/bootstrap.bundle.min.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Google Meet Visual Timer", "version": "1.6.1" } |