Auto Attendant (Google Meet & MS Teams)
This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Τι είναι το Auto Attendant (Google Meet & MS Teams);
Το Auto Attendant (Google Meet & MS Teams) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KIT_incubationcenter, και η κύρια λειτουργία του είναι "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Attendant (Google Meet & MS Teams)
Λήψη αρχείων επέκτασης Auto Attendant (Google Meet & MS Teams) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is to test the users' preference on attendance tracking. In the next version, we will launch new features, containing timing tracking and participates' interaction during the meeting.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
Περιγραφή | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
Μέγεθος Αρχείου | 29.92 KB |
Αριθμός Εγκαταστάσεων | 165 |
Τρέχουσα Έκδοση | 0.01 |
Τελευταία Ενημέρωση | 2022-02-09 |
Ημερομηνία Δημοσίευσης | 2022-02-09 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | KIT_incubationcenter |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Attendant (Google Meet & MS Teams)", "version": "0.01", "description": "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file", "permissions": [ "downloads", "activeTab", "declarativeContent", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "..\/html\/popup.html", "default_icon": { "16": "images\/particip_16.png", "32": "images\/particip_32.png", "48": "images\/particip_48.png", "128": "images\/particip_128.png" } }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "get-call.js" ], "matches": [ " |