Google Meet Pro - Upbringo
This extension will enhance your google meet experience with Upbringo
Hvad er Google Meet Pro - Upbringo?
Google Meet Pro - Upbringo 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 Google Meet Pro - Upbringo-udvidelses-CRX-fil
Download Google Meet Pro - Upbringo-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.
- Deny all but the owner from sharing their screen. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nhnigpicgneefgfkfpbnmninmomcfkie |
| Officiel URL | https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie |
| Beskrivelse | This extension will enhance your google meet experience with Upbringo |
| Filstørrelse | 155 KB |
| Antal Installationer | 167 |
| Nuværende Version | 0.0.3 |
| Senest Opdateret | 2020-09-07 |
| Udgivelsesdato | 2020-09-06 |
| Bedømmelse | 5.00/5 Samlet 2 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": "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"
]
}
]
} | |