Auto-join for Google Meet
Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
Τι είναι το Auto-join for Google Meet;
Το Auto-join for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.zoomcorder.com, και η κύρια λειτουργία του είναι "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto-join for Google Meet
Λήψη αρχείων επέκτασης Auto-join for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get connected to Google Meet meetings faster by *automatically* clicking the "Join" or "Ask to Join" button! No more waiting to enter a meeting only to find you have to find a tab and click a button when you already clicked the link! It's how Google Meet should work in the first place. Click "Add to Chrome" button in the upper right corner to get doing meetings faster. Anytime to you connect to a video meeting a countdown timer will appear and when it hits 0 you will be automatically joined to the meeting. If for some reason you, don't want to auto-connect you can click the Cancel button. Easy, fast, safe, and light! Finally, you won't be sitting there wondering why you are not in the meeting! This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto-join for Google Meet |
ID | ajfokipknlmjhcioemgnofkpmdnbaldi |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi |
Περιγραφή | Get connected to video meetings faster by automatically clicking the Join or Ask to Join button! |
Μέγεθος Αρχείου | 47.3 KB |
Αριθμός Εγκαταστάσεων | 977 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2021-06-28 |
Ημερομηνία Δημοσίευσης | 2021-06-22 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://www.zoomcorder.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://Zoomcorder.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://Zoomcorder.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://zoomcorder.com/extension/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto-join for Google Meet", "version": "1.2", "description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!", "icons": { "48": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.meet.google.com\/*", "*:\/\/*.gotowebinar.com\/*", "*:\/\/*.gotomeeting.com\/*", "*:\/\/*.zoom.us\/*", "*:\/\/*.zoomgov.com\/*" ], "js": [ "jquery.min.js", "main.js" ] } ] } |