LazyMeet

Automatic Disconnection for Google Meet

LazyMeet क्या है?

LazyMeet LazyGuy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic Disconnection for Google Meet"।

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

screenshot

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

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

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

                        Automatic Disconnection for Google Meet
Automatically end your google meet as the number of participants reduce from the threshold that you set.

A lazy extension by an lazy guy for all the lazy fellows out there!

Step 1: Add this extension to your chrome browser
Step 2: Enter a google meeting
Step 3: Access the extension from the top right corner
Step 4: Enter the minimum number of participants(>1) before you want to disconnect
Step 5: Press the start button.
Step 6: Voila! Sit back and relax (ZZZ)

VERSION UPDATES:

V1.1 : some minor bug fixes.
V1.2 : some major bug fixes. Added a maximum limit that can be set as one less than the current number of participants.
V2 : major UI improvements.
V3: Updated to work the new google meet interface                    

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

नाम LazyMeet LazyMeet
ID eagahkhbanfpoplnnfkjohgpakkcapdf
आधिकारिक URL https://chromewebstore.google.com/detail/lazymeet/eagahkhbanfpoplnnfkjohgpakkcapdf
विवरण Automatic Disconnection for Google Meet
फ़ाइल का आकार 97.93 KB
स्थापना संख्या 24
वर्तमान संस्करण 3
अंतिम अपडेट 2021-06-21
प्रकाशन तिथि 2020-09-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर LazyGuy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com; object-src 'self'",
    "description": "Automatic Disconnection for Google Meet",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh\/\/CQWcX8mmQU4mCyQNrXexSIFGixPyw5yQ94lbl61dTt9Y\/qZp5UyPmTi76gM7OuP\/xF2LGDaKEO\/4BVLHkmBawbqAJHNM5FLFyDve3yMoo7b8U7+mqj2EJNUUpam1vA9eAwf0E1KypBFoJvli0Avco\/nbr4QzKtbEwzkL6VF0vT3KN7aMe+17PqZNHGGyYEv7znUjT\/c\/\/mO9V5Cao6J6yjlN+gy\/eo8E9eT1jp9VmyoJYK1CP602e82PXVQR05laslyKCCZPnOd8C19eLkjookCYWY0cxy2McmW6rPOVUNPj4xUwbiQjnOkPP04lOZAiTmJDzr2\/KBafoOAUzMQIDAQAB",
    "manifest_version": 2,
    "name": "LazyMeet",
    "page_action": {
        "default_icon": {
            "128": "images\/LazyMeet_circle_128x128.png",
            "16": "images\/LazyMeet_circle_16x16.png",
            "32": "images\/LazyMeet_circle_32x32.png",
            "48": "images\/LazyMeet_circle_48x48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3"
}