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.

What is Google Meet Visual Timer?

Google Meet Visual Timer is a Chrome extension developed by https://timer.smartrday.com, and its main feature 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.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Meet Visual Timer Extension CRX File

Download Google Meet Visual Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Official URL https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
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.
File Size 130 KB
Installation Count 9,000
Current Version 1.6.1
Last Updated 2020-12-07
Publish Date 2020-06-15
Rating 1.89/5 Total 9 Ratings
Developer https://timer.smartrday.com
Email [email protected]
Payment Type free
Extension Website http://timer.smartrday.com/
Help Page URL http://timer.smartrday.com/
Supported Languages 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"
}