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.

Co to jest Google Meet Visual Timer?

Google Meet Visual Timer to rozszerzenie Chrome opracowane przez https://timer.smartrday.com, a jego główną funkcją jest „This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Meet Visual Timer

Pobierz pliki rozszerzeń Google Meet Visual Timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Oficjalny URL https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Opis This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Rozmiar pliku 130 KB
Liczba instalacji 9,000
Aktualna Wersja 1.6.1
Ostatnia Aktualizacja 2020-12-07
Data Publikacji 2020-06-15
Ocena 1.89/5 Łącznie 9 Oceny
Deweloper https://timer.smartrday.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://timer.smartrday.com/
Adres URL Strony Pomocy http://timer.smartrday.com/
Obsługiwane Języki 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"
}