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.

Google Meet Visual Timer क्या है?

Google Meet Visual Timer https://timer.smartrday.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Meet Visual Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
विवरण This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
फ़ाइल का आकार 130 KB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.6.1
अंतिम अपडेट 2020-12-07
प्रकाशन तिथि 2020-06-15
रेटिंग 1.89/5 कुल 9 रेटिंग्स
डेवलपर https://timer.smartrday.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://timer.smartrday.com/
सहायता पृष्ठ URL http://timer.smartrday.com/
समर्थित भाषाएँ 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"
}