Auto-join for Google Meet

Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!

Auto-join for Google Meetとは何ですか?

Auto-join for Google Meetはhttps://www.zoomcorder.comによって開発されたChromeの拡張機能で、その主な機能は「Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Get connected to Google Meet meetings faster by *automatically* clicking the "Join" or "Ask to Join" button! No more waiting to enter a meeting only to find you have to find a tab and click a button when you already clicked the link! 

It's how Google Meet should work in the first place. Click "Add to Chrome" button in the upper right corner to get doing meetings faster. 

Anytime to you connect to a video meeting a countdown timer will appear and when it hits 0 you will be automatically joined to the meeting.  If for some reason you, don't want to auto-connect you can click the Cancel button.

Easy, fast, safe, and light!

Finally, you won't be sitting there wondering why you are not in the meeting!

This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

拡張機能の基本情報

名前 Auto-join for Google Meet Auto-join for Google Meet
ID ajfokipknlmjhcioemgnofkpmdnbaldi
公式URL https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi
説明 Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
ファイルサイズ 47.3 KB
インストール数 977
現在のバージョン 1.2
最終更新日 2021-06-28
公開日 2021-06-22
評価 4.00/5 合計 4 レビュー
開発者 https://www.zoomcorder.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://Zoomcorder.com
ヘルプページのURL https://Zoomcorder.com/support
プライバシーポリシーページのURL https://zoomcorder.com/extension/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-join for Google Meet",
    "version": "1.2",
    "description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!",
    "icons": {
        "48": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.meet.google.com\/*",
                "*:\/\/*.gotowebinar.com\/*",
                "*:\/\/*.gotomeeting.com\/*",
                "*:\/\/*.zoom.us\/*",
                "*:\/\/*.zoomgov.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}