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.
Was ist Google Meet Visual Timer?
Google Meet Visual Timer ist eine Chrome-Erweiterung, die von https://timer.smartrday.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
Erweiterungsscreenshots
Google Meet Visual Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet Visual Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| Offizielle URL | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| Beschreibung | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
| Dateigröße | 130 KB |
| Installationsanzahl | 9,000 |
| Aktuelle Version | 1.6.1 |
| Letztes Update | 2020-12-07 |
| Veröffentlichungsdatum | 2020-06-15 |
| Bewertung | 1.89/5 Insgesamt 9 Bewertungen |
| Entwickler | https://timer.smartrday.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://timer.smartrday.com/ |
| Hilfeseite URL | http://timer.smartrday.com/ |
| Unterstützte Sprachen | 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"
} | |