Meet Auto

Automatically admit people to the Google Meet from outside the organization

Meet Autoとは何ですか?

Meet AutoはArjunによって開発されたChromeの拡張機能で、その主な機能は「Automatically admit people to the Google Meet from outside the organization」です。

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

screenshot

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

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

拡張機能の使用方法

                        Updated in accordance with the latest changes to Google Meet.

Just share the meeting link with the people outside the organization to join the Google Meet, and you can sit-back-and-relax, while the extension automatically clicks on the Admit button for you.

Say, if you are a teacher in School, College, University or any kind of Institute and sends the link to the students for joining the class. By installing this extension, you can sit back and relax while the extension automatically handles the joining request of the students.

Not only students, it works the same for any kind of Google Meet. The Meet Auto extension automates the clicking on Admit button for you.

Install this extension without any worry. It's SAFE and SECURE, and it DOES NOT STEAL ANY KIND OF DATA/INFORMATION in any form.                    

拡張機能の基本情報

名前 Meet Auto Meet Auto
ID fkmnifpnniehjljgadbcopppfcidkakd
公式URL https://chrome.google.com/webstore/detail/meet-auto/fkmnifpnniehjljgadbcopppfcidkakd
説明 Automatically admit people to the Google Meet from outside the organization
ファイルサイズ 21.49 KB
インストール数 64
現在のバージョン 0.0.2
最終更新日 2021-02-18
公開日 2020-11-14
評価 5.00/5 合計 1 レビュー
開発者 Arjun
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/arjunthakur08/Meet-Auto
ヘルプページのURL https://github.com/arjunthakur08/Meet-Auto/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Auto",
    "description": "Automatically admit people to the Google Meet from outside the organization",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "icons": {
        "16": "images\/meet_auto16.png",
        "32": "images\/meet_auto32.png",
        "48": "images\/meet_auto48.png",
        "128": "images\/meet_auto128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}