Auto Admit for Google Meet™
Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
Τι είναι το Auto Admit for Google Meet™;
Το Auto Admit for Google Meet™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://singleton-mah.blogspot.com, και η κύρια λειτουργία του είναι "Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Admit for Google Meet™
Λήψη αρχείων επέκτασης Auto Admit for Google Meet™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When someone requests to join, a pop-up will appear on the Google Meet™ screen. Clicking on it every time is a hassle. So this extension works to automatically admit. Many other extensions click a button named "Admit". Therefore, they will not work with non-English, non-"Admit" button. This extension will automatically click the button on the "right side" of the popup. Usually the right side is the admit button. Therefore, it supports more languages. Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners. Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Admit for Google Meet™ |
ID | dhpmfgfmifhcipabgnbkhgkihhlnceeg |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg |
Περιγραφή | Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™. |
Μέγεθος Αρχείου | 29.79 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2022-04-02 |
Ημερομηνία Δημοσίευσης | 2021-06-07 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://singleton-mah.blogspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_AppName__", "manifest_version": 3, "default_locale": "en", "version": "1.1.1", "description": "__MSG_AppDesc__", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content_script.js" ] } ] } |