Google Meet Auto Join

Google Meet Auto join, on scheduled time _abx

Google Meet Auto Joinとは何ですか?

Google Meet Auto Joinはabxによって開発されたChromeの拡張機能で、その主な機能は「Google Meet Auto join, on scheduled time _abx」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Automatically Joins Google Meet on Selected Time.

Features:
Auto mute Mic
Auto Close Camera
Auto join Meet link Entered on Time

How To Use??
Visit "https://meet.google.com/**"(Any google meet)
Then Click on Extension: 

1. Select Time from drop down menu
2. Paste meet link you want to join on selected time
3. Click 'Tick' icon to save.

Now it will automatically joins meet on selected time.

ver 1.1 will be available soon..
with features like,
auto leave meet (when participant <10 [or any user input] )

Want to Schedule Google Meets try:
https://chrome.google.com/webstore/detail/google-meet-scheduler-aut/gknbkfmgpeonofbofpgkngcoccblohgg?hl=en

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

拡張機能の基本情報

名前 Google Meet Auto Join Google Meet Auto Join
ID igkclpddchbelbkhfndepjkdhljdlpbd
公式URL https://chrome.google.com/webstore/detail/google-meet-auto-join/igkclpddchbelbkhfndepjkdhljdlpbd
説明 Google Meet Auto join, on scheduled time _abx
ファイルサイズ 82.78 KB
インストール数 4,285
現在のバージョン 1.0
最終更新日 2020-12-01
公開日 2020-12-01
評価 2.89/5 合計 9 レビュー
開発者 abx
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bhattcodes.github.io
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Auto Join",
    "description": "Google Meet Auto join, on scheduled time _abx",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "192": "images\/1.png"
    },
    "browser_action": {
        "default_icon": "images\/1.png",
        "default_popup": "index.html"
    }
}