Google Meet Pro - Upbringo
This extension will enhance your google meet experience with Upbringo
什麼是Google Meet Pro - Upbringo?
Google Meet Pro - Upbringo是由https://www.upbringo.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will enhance your google meet experience with Upbringo”。
擴展截圖
下載Google Meet Pro - Upbringo擴展crx文件
下載Google Meet Pro - Upbringo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | nhnigpicgneefgfkfpbnmninmomcfkie |
| 官方網址 | https://chromewebstore.google.com/detail/google-meet-pro-upbringo/nhnigpicgneefgfkfpbnmninmomcfkie |
| 簡介 | This extension will enhance your google meet experience with Upbringo |
| 檔案大小 | 155 KB |
| 安裝次數 | 167 |
| 目前版本 | 0.0.3 |
| 更新時間 | 2020-09-07 |
| 上架時間 | 2020-09-06 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://www.upbringo.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
}
]
} | |