Google Meet Pro - Upbringo
This extension will enhance your google meet experience with Upbringo
Vad är Google Meet Pro - Upbringo?
Google Meet Pro - Upbringo är en Chrome-tillägg utvecklad av https://www.upbringo.com, och dess huvudfunktion är "This extension will enhance your google meet experience with Upbringo".
Tilläggsskärmbilder
Ladda ner Google Meet Pro - Upbringo-förlängningens CRX-fil
Ladda ner Google Meet Pro - Upbringo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | nhnigpicgneefgfkfpbnmninmomcfkie |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie |
| Beskrivning | This extension will enhance your google meet experience with Upbringo |
| Filstorlek | 155 KB |
| Antal Installationer | 167 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2020-09-07 |
| Publiceringsdatum | 2020-09-06 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://www.upbringo.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |