Push to Classroom
This extension shares current URL to Google Classroom stream
Was ist Push to Classroom?
Push to Classroom ist eine Chrome-Erweiterung, die von Jeff Maxim entwickelt wurde, und ihr Hauptmerkmal ist "This extension shares current URL to Google Classroom stream".
Erweiterungsscreenshots
Push to Classroom-Erweiterungs-CRX-Datei herunterladen
Laden Sie Push to Classroom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Push to Classroom allows teachers to instantly share any link to their Google Classroom classes as an announcement or an assignment. This allows teachers to instantly push links to their students, even if the students aren't currently logged in to Google Chrome. Push to classroom was developed by me, Jeff Maxim, a real live public middle school teacher in NYC. Thanks to the Google Classroom API team for making the "Share to Classroom" button available. This extension is different than Share to Classroom. Share to Classroom allows teachers to share a URL to the screen of students who are signed in to Google Chrome. Push to Classroom shares a URL to the stream of a Google Classroom class, and it does not require students to be logged in to Chrome. Please contact [email protected] with any questions, concerns, or feedback. Please see more about me at http://jeffmaxim.herokuapp.com/
Grundlegende Informationen zur Erweiterung
Name | |
ID | jbneakgkpdfcjnolohhnbahjcbkleiji |
Offizielle URL | https://chrome.google.com/webstore/detail/push-to-classroom/jbneakgkpdfcjnolohhnbahjcbkleiji |
Beschreibung | This extension shares current URL to Google Classroom stream |
Dateigröße | 54.94 KB |
Installationsanzahl | 9,000 |
Aktuelle Version | 0.0.0.4 |
Letztes Update | 2016-12-30 |
Veröffentlichungsdatum | 2016-12-30 |
Bewertung | 3.29/5 Insgesamt 7 Bewertungen |
Entwickler | Jeff Maxim |
Zahlungsart | free |
Hilfeseite URL | http://jeffmaxim.herokuapp.com/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push to Classroom", "description": "This extension shares current URL to Google Classroom stream", "version": "0.0.0.4", "browser_action": { "default_icon": "ptc.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |