Timer for Google Meet

Show Time for google meet

Timer for Google Meet क्या है?

Timer for Google Meet https://google-meet-timer.freefinancetools.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Time for google meet"।

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

screenshot

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

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

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

                        This extension helps to add a timer in your Google Meet calls. 
It allows you to check how long you've been on a Google Meet call.

To begin using the software extension, simply install the software extension and then navigate to your Google Meeting.
To begin timing the Google Meet Call, click on the extension icon once you are on the Google Meet website. Our software works for google meet hangouts as well.

The reason you need to do this is our extension code is only allowed to run when you press the software icon due to new security restrictions on the Chrome Store.  Sorry for any inconvenience caused and we hope you enjoy using this extension to record the length of your Google video conference calls.                    

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

नाम Timer for Google Meet Timer for Google Meet
ID lmkdehdoopeeffkakbbkfcmmhmeoakpk
आधिकारिक URL https://chromewebstore.google.com/detail/timer-for-google-meet/lmkdehdoopeeffkakbbkfcmmhmeoakpk
विवरण Show Time for google meet
फ़ाइल का आकार 48.43 KB
स्थापना संख्या 8,240
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-11-14
प्रकाशन तिथि 2020-07-27
रेटिंग 3.78/5 कुल 9 रेटिंग्स
डेवलपर https://google-meet-timer.freefinancetools.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://google-meet-timer.freefinancetools.net
सहायता पृष्ठ URL https://google-meet-timer.freefinancetools.net/contact
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "version": "3.0.0",
    "action": {
        "default_title": "Google Meet Timer"
    },
    "homepage_url": "https:\/\/google-meet-timer.freefinancetools.net\/"
}