Push to Classroom
This extension shares current URL to Google Classroom stream
Wat is Push to Classroom?
Push to Classroom is een Chrome-extensie ontwikkeld door Jeff Maxim, en de belangrijkste functie is "This extension shares current URL to Google Classroom stream".
Extensie Screenshots
Download het CRX-bestand van de extensie Push to Classroom
Download Push to Classroom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | jbneakgkpdfcjnolohhnbahjcbkleiji |
Officiële URL | https://chrome.google.com/webstore/detail/push-to-classroom/jbneakgkpdfcjnolohhnbahjcbkleiji |
Beschrijving | This extension shares current URL to Google Classroom stream |
Bestandsgrootte | 54.94 KB |
Aantal Installaties | 9,000 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2016-12-30 |
Publicatiedatum | 2016-12-30 |
Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Jeff Maxim |
Betalingswijze | free |
Help Pagina-URL | http://jeffmaxim.herokuapp.com/ |
Ondersteunde Talen | 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'" } |