Save Participants (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
Τι είναι το Save Participants (Google Meet & MS Teams);
Το Save Participants (Google Meet & MS Teams) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leo.robol, και η κύρια λειτουργία του είναι "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Save Participants (Google Meet & MS Teams)
Λήψη αρχείων επέκτασης Save Participants (Google Meet & MS Teams) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension can be used during a meeting on teams.microsoft.com or on meet.google.com to download the list of current participants as a text file. This might be useful in a classroom or in meetings where the presence needs to be certified, to avoid a lengthy and error-prone copy-paste.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Save Participants (Google Meet & MS Teams) |
ID | amajpgnakbemacnkmnjbkoacbaephjfd |
Επίσημο URL | https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd |
Περιγραφή | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
Μέγεθος Αρχείου | 26.33 KB |
Αριθμός Εγκαταστάσεων | 5,076 |
Τρέχουσα Έκδοση | 2.7 |
Τελευταία Ενημέρωση | 2021-02-19 |
Ημερομηνία Δημοσίευσης | 2020-05-01 |
Αξιολόγηση | 4.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | leo.robol |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/robol/save-participants-extension |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Participants (Google Meet & MS Teams)", "version": "2.7", "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": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "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": 2, "web_accessible_resources": [ "get-call.js" ] } |