Upbringo - Meet

This extension will enhance your google meet experience with Upbringo

What is Upbringo - Meet?

Upbringo - Meet 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 Upbringo - Meet Extension CRX File

Download Upbringo - Meet 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.                    

Extension Basic Information

Name Upbringo - Meet Upbringo - Meet
ID nclkpjighakdbpahncfajmokhpfellke
Official URL https://chromewebstore.google.com/detail/upbringo-meet/nclkpjighakdbpahncfajmokhpfellke
Description This extension will enhance your google meet experience with Upbringo
File Size 154 KB
Installation Count 29
Current Version 0.0.2
Last Updated 2020-08-24
Publish Date 2020-08-09
Rating 5.00/5 Total 1 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": "Upbringo - Meet",
    "version": "0.0.2",
    "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": "Upbringo - Meet",
        "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"
            ]
        }
    ]
}