Google Meet Pro - Upbringo

This extension will enhance your google meet experience with Upbringo

Google Meet Pro - Upbringo क्या है?

Google Meet Pro - Upbringo https://www.upbringo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will enhance your google meet experience with Upbringo"।

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

screenshot
screenshot

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

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

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

                        This extension aims to reduce existing google meet limitation.
- Auto unmute ( in case someone else mutes you ).
- Auto mute other participants.
- Deny all but the owner from sharing their screen.                    

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

नाम Google Meet Pro - Upbringo Google Meet Pro - Upbringo
ID nhnigpicgneefgfkfpbnmninmomcfkie
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie
विवरण This extension will enhance your google meet experience with Upbringo
फ़ाइल का आकार 155 KB
स्थापना संख्या 167
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-09-07
प्रकाशन तिथि 2020-09-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.upbringo.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Pro - Upbringo",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension will enhance your google meet experience with Upbringo",
    "homepage_url": "https:\/\/www.upbringo.com",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/logo48.png",
        "default_title": "Google Meet Pro - Upbringo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Opens PopUp"
        }
    },
    "permissions": [
        "https:\/\/meet.google.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/constants.js",
                "js\/storageAsync.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}