Add to Google Classroom
This extension adds the current site to Google Classroom
Τι είναι το Add to Google Classroom;
Το Add to Google Classroom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://canopy.education, και η κύρια λειτουργία του είναι "This extension adds the current site to Google Classroom".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add to Google Classroom
Λήψη αρχείων επέκτασης Add to Google Classroom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Save sites from around the web back to Google Classroom. Just click the Google Classroom button to save the site to your selected Google Classroom, to share with students as an announcement or an assignment. Note - you need to have a teacher account on Google Classroom for this extension to work.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Add to Google Classroom |
ID | oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Επίσημο URL | https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Περιγραφή | This extension adds the current site to Google Classroom |
Μέγεθος Αρχείου | 18.64 KB |
Αριθμός Εγκαταστάσεων | 400,000 |
Τρέχουσα Έκδοση | 1.7 |
Τελευταία Ενημέρωση | 2022-12-30 |
Ημερομηνία Δημοσίευσης | 2015-12-27 |
Αξιολόγηση | 4.18/5 Συνολικά 104 Αξιολογήσεις |
Προγραμματιστής | https://canopy.education |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.canopy.education/post/add-to-google-classroom |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.canopy.education/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Google Classroom", "description": "This extension adds the current site to Google Classroom", "version": "1.7", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": [], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |