Google Meet Auto Leave
GoogleMeet Auto Leave: on time, number of members, minutes _abx
Τι είναι το Google Meet Auto Leave;
Το Google Meet Auto Leave είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abx, και η κύρια λειτουργία του είναι "GoogleMeet Auto Leave: on time, number of members, minutes _abx".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Meet Auto Leave
Λήψη αρχείων επέκτασης Google Meet Auto Leave σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Google Meet Auto Leave : Auto Leave google meetings "AUTOMATE THE ONLINE CLASSES AND CHILL" Features: Auto Leave meet , 1. Specified Time : The meet will Automatically exits on time specified by user. 2. Participants/Members left : The meet will Automatically exits when the number of participants fall below the number specified by user 3. Minutes left : It starts a count down timer and The meet will Automatically exits when countdown hit 00:00. HOW TO USE?? Visit "https://meet.google.com/**"(Any google meet) Then Click on Extension 1. Select your preference. 2. Enter the Value And click on Tick Button. (Hourglass Icon appers on left bottom, means the extension is working in background). 3. Sit back and relax. It automaically exit Google meet. (anytime to cancel the timer/background process hit Stop Icon). Like my work, Add your valuable Reviews. Made with ❤ By : abx.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ijbcojchpkeeegcffccflenaooemfoee |
Επίσημο URL | https://chrome.google.com/webstore/detail/google-meet-auto-leave/ijbcojchpkeeegcffccflenaooemfoee |
Περιγραφή | GoogleMeet Auto Leave: on time, number of members, minutes _abx |
Μέγεθος Αρχείου | 213 KB |
Αριθμός Εγκαταστάσεων | 2,608 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-11-07 |
Ημερομηνία Δημοσίευσης | 2020-10-14 |
Αξιολόγηση | 3.48/5 Συνολικά 25 Αξιολογήσεις |
Προγραμματιστής | abx |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://bhattcodes.github.io |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Auto Leave", "description": "GoogleMeet Auto Leave: on time, number of members, minutes _abx", "version": "1.1.0", "author": "abx", "icons": { "512": "images\/editexiticon1.png" }, "browser_action": { "default_icon": "images\/editexiticon1.png", "default_popup": "index.html", "default_title": "Auto Leave Google Meet" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/meet.google.com\/*", "https:\/\/meet.google.com\/*" ] } ] } |