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.
Vad är Google Meet Visual Timer?
Google Meet Visual Timer är en Chrome-tillägg utvecklad av https://timer.smartrday.com, och dess huvudfunktion är "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
Tilläggsskärmbilder
Ladda ner Google Meet Visual Timer-förlängningens CRX-fil
Ladda ner Google Meet Visual Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| Beskrivning | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
| Filstorlek | 130 KB |
| Antal Installationer | 9,000 |
| Aktuell Version | 1.6.1 |
| Senast Uppdaterad | 2020-12-07 |
| Publiceringsdatum | 2020-06-15 |
| Betyg | 1.89/5 Totalt 9 Betyg |
| Utvecklare | https://timer.smartrday.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://timer.smartrday.com/ |
| Hjälpsida URL | http://timer.smartrday.com/ |
| Stödda Språk | 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"
} | |