Google Meet Pro - Upbringo

This extension will enhance your google meet experience with Upbringo

What is Google Meet Pro - Upbringo?

Google Meet Pro - Upbringo is a Chrome extension developed by https://www.upbringo.com, and its main feature is "This extension will enhance your google meet experience with Upbringo".

Extension Screenshots

screenshot
screenshot

Download Google Meet Pro - Upbringo Extension CRX File

Download Google Meet Pro - Upbringo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Meet Pro - Upbringo Google Meet Pro - Upbringo
ID nhnigpicgneefgfkfpbnmninmomcfkie
Official URL https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie
Description This extension will enhance your google meet experience with Upbringo
File Size 155 KB
Installation Count 167
Current Version 0.0.3
Last Updated 2020-09-07
Publish Date 2020-09-06
Rating 5.00/5 Total 2 Ratings
Developer https://www.upbringo.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}