Meet Auto Exit Bot
Exits meet based on number of people present.
Meet Auto Exit Botคืออะไร?
Meet Auto Exit Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harshith VA และคุณลักษณะหลักของมันคือ "Exits meet based on number of people present."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet Auto Exit Bot
ดาวน์โหลดไฟล์ส่วนขยาย Meet Auto Exit Bot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple bot that automatically clicks exit button based on number of people present in meet. New Version Out! Supports Google Meet, Zoom Note: New version prevents the execution of scripts in the background when you are in another tab. In order for the extension to work properly, you should not switch between tabs. How it works? 1. Click start button 2. Input the exiting count Ex: 2 3. First the bot will wait until members in meet reach count value +1(Ex: 3) 4. Once meet has users greater than count it will start checking 5. If the people in meet is less than count, it will click end button YouTube Tutorial https://www.youtube.com/watch?v=J2VXeb7TbOY
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Meet Auto Exit Bot |
ID | pcfoikkjgbmaknfjbnlcolpkaldeneil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meet-auto-exit-bot/pcfoikkjgbmaknfjbnlcolpkaldeneil |
คำอธิบาย | Exits meet based on number of people present. |
ขนาดไฟล์ | 153 KB |
จำนวนการติดตั้ง | 512 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2022-05-25 |
วันที่เผยแพร่ | 2021-05-11 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Harshith VA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/harshithva/meet-auto-exit-bot-extension |
URL หน้าช่วยเหลือ | https://github.com/harshithva/meet-auto-exit-bot-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Auto Exit Bot", "description": "Exits meet based on number of people present.", "version": "4.0", "manifest_version": 3, "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |