Google Meet Pro - Upbringo
This extension will enhance your google meet experience with Upbringo
Wat is Google Meet Pro - Upbringo?
Google Meet Pro - Upbringo 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
Download het CRX-bestand van de extensie Google Meet Pro - Upbringo
Download Google Meet Pro - Upbringo-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. - Deny all but the owner from sharing their screen.
Basisinformatie over de Extensie
Naam | Google Meet Pro - Upbringo |
ID | nhnigpicgneefgfkfpbnmninmomcfkie |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie |
Beschrijving | This extension will enhance your google meet experience with Upbringo |
Bestandsgrootte | 155 KB |
Aantal Installaties | 167 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2020-09-07 |
Publicatiedatum | 2020-09-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.upbringo.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |