Meet Auto Leave

(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…

什么是Meet Auto Leave?

Meet Auto Leave是由Crih.exe开发的Chrome扩展程序,该扩展的主要功能是“(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Meet Auto Leave扩展crx文件

下载Meet Auto Leave扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        (COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET)

Meet AutoLeave è un'estensione in grado di uscire automaticamente da una riunione su Google Meet secondo criteri che l'utente può stabilire.

Nell'ultima versione, esce dalla riunione quando il numero di partecipanti è minore o uguale al numero di partecipanti minimo impostato dall'utente.                    

扩展基本信息

名称 Meet Auto Leave Meet Auto Leave
ID gfconmkbidphocgcioeiddijccoanaki
官方URL https://chromewebstore.google.com/detail/meet-auto-leave/gfconmkbidphocgcioeiddijccoanaki
简介 (COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…
文件大小 36.8 KB
安装次数 15
当前版本 1.2.1
更新时间 2021-05-27
上架时间 2021-05-03
评分 5.00/5 共18次评分
开发者 Crih.exe
电子邮箱 [email protected]
付费类型 free
支持的语言 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Auto Leave",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "css.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}