Auto Admit for Google Meet™

Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.

Auto Admit for Google Meet™とは何ですか?

Auto Admit for Google Meet™はhttps://singleton-mah.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.」です。

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

screenshot

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

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

拡張機能の使用方法

                        When someone requests to join, a pop-up will appear on the Google Meet™ screen.
Clicking on it every time is a hassle.
So this extension works to automatically admit.

Many other extensions click a button named "Admit".
Therefore, they will not work with non-English, non-"Admit" button.

This extension will automatically click the button on the "right side" of the popup.
Usually the right side is the admit button.
Therefore, it supports more languages.

Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners.
Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.                    

拡張機能の基本情報

名前 Auto Admit for Google Meet™ Auto Admit for Google Meet™
ID dhpmfgfmifhcipabgnbkhgkihhlnceeg
公式URL https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg
説明 Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
ファイルサイズ 29.79 KB
インストール数 2,000
現在のバージョン 1.1.1
最終更新日 2022-04-02
公開日 2021-06-07
評価 1.00/5 合計 1 レビュー
開発者 https://singleton-mah.blogspot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.1.1",
    "description": "__MSG_AppDesc__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}