Google Meet AutoExit

Google Meet AutoExit

Google Meet AutoExit क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Automatically exit a google meet meeting 

****** Change-logs  *****
1.) Optimised the performance
2.) Looked after the mic activation complaints
3.) Updated for new interface of Google Meet
***************************
There are two options : - 
1) EXIT AT A SPECIFIC TIME : 
    the meeting would be exited at the time specified.

2) EXIT BASED ON PARTICIPANTS 
    the meeting would be exited when the number of participants fall below the number specified.

Created by : -
    Lakshay Dhiman (sakujo)                    

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

नाम Google Meet AutoExit Google Meet AutoExit
ID pokmephakeikepjkmloeopmjjmiioeno
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno
विवरण Google Meet AutoExit
फ़ाइल का आकार 14.62 KB
स्थापना संख्या 1,803
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-01-28
प्रकाशन तिथि 2020-09-01
रेटिंग 4.06/5 कुल 16 रेटिंग्स
डेवलपर sakujo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet AutoExit",
    "version": "2.1",
    "description": "Google Meet AutoExit",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}