Google Meet AutoExit

Google Meet AutoExit

什麼是Google Meet AutoExit?

Google Meet AutoExit是由sakujo開發的Chrome擴展程式,該擴展的主要功能是“Google Meet AutoExit”。

擴展截圖

screenshot
screenshot
screenshot

下載Google Meet AutoExit擴展crx文件

下載Google Meet AutoExit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically exit a google meet meeting 

****** Change-logs  *****
1.) Optimised the performance
2.) Looked after the mic activation complaints
3.) Updated for new interface of Google Meet
***************************
There are two options : - 
1) EXIT AT A SPECIFIC TIME : 
    the meeting would be exited at the time specified.

2) EXIT BASED ON PARTICIPANTS 
    the meeting would be exited when the number of participants fall below the number specified.

Created by : -
    Lakshay Dhiman (sakujo)                    

擴展基本資訊

名稱 Google Meet AutoExit Google Meet AutoExit
ID pokmephakeikepjkmloeopmjjmiioeno
官方網址 https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno
簡介 Google Meet AutoExit
檔案大小 14.62 KB
安裝次數 1,803
目前版本 2.1
更新時間 2022-01-28
上架時間 2020-09-01
評分 4.06/5 共 16 次評分
開發者 sakujo
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet AutoExit",
    "version": "2.1",
    "description": "Google Meet AutoExit",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}