Upbringo - Meet
This extension will enhance your google meet experience with Upbringo
Hvad er Upbringo - Meet?
Upbringo - Meet er en Chrome-udvidelse udviklet af https://www.upbringo.com, og dens hovedfunktion er "This extension will enhance your google meet experience with Upbringo".
Udvidelsesskærmbilleder
Download Upbringo - Meet-udvidelses-CRX-fil
Download Upbringo - Meet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension aims to reduce existing google meet limitation. - Auto unmute ( in case someone else mutes you ). - Auto mute other participants.
Grundlæggende oplysninger om udvidelsen
Navn | Upbringo - Meet |
ID | nclkpjighakdbpahncfajmokhpfellke |
Officiel URL | https://chromewebstore.google.com/detail/upbringo-meet/nclkpjighakdbpahncfajmokhpfellke |
Beskrivelse | This extension will enhance your google meet experience with Upbringo |
Filstørrelse | 154 KB |
Antal Installationer | 29 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2020-08-24 |
Udgivelsesdato | 2020-08-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://www.upbringo.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |