Join Now for Google Meet

Auto-select the Google account that has permission to join the call.

Join Now for Google Meetとは何ですか?

Join Now for Google Meetはhttps://www.hartreeworks.orgによって開発されたChromeの拡張機能で、その主な機能は「Auto-select the Google account that has permission to join the call.」です。

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

screenshot

Join Now for Google Meet拡張機能のCRXファイルをダウンロード

Join Now for Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. 

One day Google will fix this. In the meantime, you can use this extension.

--------------------------------------------------------
PRIVACY & SECURITY
--------------------------------------------------------
The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. 

The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data.

The extension is compatible with Google's Advanced Protection Programme.                    

拡張機能の基本情報

名前 Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
公式URL https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
説明 Auto-select the Google account that has permission to join the call.
ファイルサイズ 18.84 KB
インストール数 42
現在のバージョン 1.0.4
最終更新日 2023-12-14
公開日 2023-09-21
評価 5.00/5 合計 2 レビュー
開発者 https://www.hartreeworks.org
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://inboxwhenready.org/terms-privacy.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Join Now for Google Meet",
    "version": "1.0.4",
    "description": "Auto-select the Google account that has permission to join the call.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    }
}