Upbringo - Meet
This extension will enhance your google meet experience with Upbringo
Upbringo - Meetとは何ですか?
Upbringo - Meetはhttps://www.upbringo.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will enhance your google meet experience with Upbringo」です。
拡張機能のスクリーンショット
Upbringo - Meet拡張機能のCRXファイルをダウンロード
Upbringo - Meet拡張子のファイルを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. 拡張機能の基本情報
| 名前 | |
| ID | nclkpjighakdbpahncfajmokhpfellke |
| 公式URL | https://chromewebstore.google.com/detail/upbringo-meet/nclkpjighakdbpahncfajmokhpfellke |
| 説明 | This extension will enhance your google meet experience with Upbringo |
| ファイルサイズ | 154 KB |
| インストール数 | 29 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2020-08-24 |
| 公開日 | 2020-08-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.upbringo.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |