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.
Qu'est-ce que Google Meet Visual Timer ?
Google Meet Visual Timer est une extension Chrome développée par https://timer.smartrday.com, et sa fonction principale est "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Meet Visual Timer
Téléchargez les fichiers d'extension Google Meet Visual Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Google Meet Visual Timer |
ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
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. |
Taille du Fichier | 130 KB |
Nombre d'Installations | 9,000 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2020-12-07 |
Date de Publication | 2020-06-15 |
Évaluation | 1.89/5 Total 9 Évaluations |
Développeur | https://timer.smartrday.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://timer.smartrday.com/ |
URL de la Page d'Aide | http://timer.smartrday.com/ |
Langues Prises en Charge | 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" } |