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

Google Meet Visual Timer je rozšíření Chrome vyvinuté https://timer.smartrday.com, a jeho hlavní funkcí je „This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Meet Visual Timer

Stáhněte si soubory rozšíření Google Meet Visual Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Oficiální URL https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Popis This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Velikost souboru 130 KB
Počet instalací 9,000
Aktuální Verze 1.6.1
Poslední Aktualizace 2020-12-07
Datum Vydání 2020-06-15
Hodnocení 1.89/5 Celkem 9 Hodnocení
Vývojář https://timer.smartrday.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://timer.smartrday.com/
URL Stránky Nápovědy http://timer.smartrday.com/
Podporované Jazyky 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"
}