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é es Google Meet Visual Timer?

Google Meet Visual Timer es una extensión de Chrome desarrollada por https://timer.smartrday.com, y su función principal es "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Meet Visual Timer

Descarga archivos de extensión Google Meet Visual Timer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
URL Oficial https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Descripción This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Tamaño del Archivo 130 KB
Cantidad de Instalaciones 9,000
Versión Actual 1.6.1
Última Actualización 2020-12-07
Fecha de Publicación 2020-06-15
Calificación 1.89/5 Total de 9 Calificaciones
Desarrollador https://timer.smartrday.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://timer.smartrday.com/
URL de la Página de Ayuda http://timer.smartrday.com/
Idiomas Soportados 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"
}