Google Meet AutoExit

Google Meet AutoExit

Google Meet AutoExitคืออะไร?

Google Meet AutoExit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sakujo และคุณลักษณะหลักของมันคือ "Google Meet AutoExit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet AutoExit

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}