Google Meet Pro - Upbringo
This extension will enhance your google meet experience with Upbringo
Co to jest Google Meet Pro - Upbringo?
Google Meet Pro - Upbringo to rozszerzenie Chrome opracowane przez https://www.upbringo.com, a jego główną funkcją jest „This extension will enhance your google meet experience with Upbringo”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Meet Pro - Upbringo
Pobierz pliki rozszerzeń Google Meet Pro - Upbringo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Google Meet Pro - Upbringo |
ID | nhnigpicgneefgfkfpbnmninmomcfkie |
Oficjalny URL | https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie |
Opis | This extension will enhance your google meet experience with Upbringo |
Rozmiar pliku | 155 KB |
Liczba instalacji | 167 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2020-09-07 |
Data Publikacji | 2020-09-06 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.upbringo.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |