Google Meet Pro - Upbringo
This extension will enhance your google meet experience with Upbringo
Qu'est-ce que Google Meet Pro - Upbringo ?
Google Meet Pro - Upbringo est une extension Chrome développée par https://www.upbringo.com, et sa fonction principale est "This extension will enhance your google meet experience with Upbringo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Meet Pro - Upbringo
Téléchargez les fichiers d'extension Google Meet Pro - Upbringo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Google Meet Pro - Upbringo |
ID | nhnigpicgneefgfkfpbnmninmomcfkie |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie |
Description | This extension will enhance your google meet experience with Upbringo |
Taille du Fichier | 155 KB |
Nombre d'Installations | 167 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2020-09-07 |
Date de Publication | 2020-09-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.upbringo.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |