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.

Wat is Google Meet Visual Timer?

Google Meet Visual Timer is een Chrome-extensie ontwikkeld door https://timer.smartrday.com, en de belangrijkste functie is "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google Meet Visual Timer

Download Google Meet Visual Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Officiële URL https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Beschrijving This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Bestandsgrootte 130 KB
Aantal Installaties 9,000
Huidige Versie 1.6.1
Laatst Bijgewerkt 2020-12-07
Publicatiedatum 2020-06-15
Beoordeling 1.89/5 Totaal 9 Beoordelingen
Ontwikkelaar https://timer.smartrday.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://timer.smartrday.com/
Help Pagina-URL http://timer.smartrday.com/
Ondersteunde Talen 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"
}