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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Google Meet Pro - Upbringo Google Meet Pro - Upbringo
ID nhnigpicgneefgfkfpbnmninmomcfkie
公式URL 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
Eメール [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"
            ]
        }
    ]
}