Upbringo - Meet

This extension will enhance your google meet experience with Upbringo

Wat is Upbringo - Meet?

Upbringo - Meet is een Chrome-extensie ontwikkeld door https://www.upbringo.com, en de belangrijkste functie is "This extension will enhance your google meet experience with Upbringo".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Upbringo - Meet

Download Upbringo - Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension aims to reduce existing google meet limitation.
- Auto unmute ( in case someone else mutes you ).
- Auto mute other participants.                    

Basisinformatie over de Extensie

Naam Upbringo - Meet Upbringo - Meet
ID nclkpjighakdbpahncfajmokhpfellke
Officiële URL https://chromewebstore.google.com/detail/upbringo-meet/nclkpjighakdbpahncfajmokhpfellke
Beschrijving This extension will enhance your google meet experience with Upbringo
Bestandsgrootte 154 KB
Aantal Installaties 29
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-08-24
Publicatiedatum 2020-08-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.upbringo.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}