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.
Hvad er Google Meet Visual Timer?
Google Meet Visual Timer er en Chrome-udvidelse udviklet af https://timer.smartrday.com, og dens hovedfunktion er "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
Udvidelsesskærmbilleder
Download Google Meet Visual Timer-udvidelses-CRX-fil
Download Google Meet Visual Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| Officiel URL | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| Beskrivelse | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
| Filstørrelse | 130 KB |
| Antal Installationer | 9,000 |
| Nuværende Version | 1.6.1 |
| Senest Opdateret | 2020-12-07 |
| Udgivelsesdato | 2020-06-15 |
| Bedømmelse | 1.89/5 Samlet 9 Bedømmelser |
| Udvikler | https://timer.smartrday.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://timer.smartrday.com/ |
| Hjælpeside-URL | http://timer.smartrday.com/ |
| Understøttede Sprog | 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"
} | |