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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}