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" ] } |