Push to Classroom
This extension shares current URL to Google Classroom stream
Push to Classroom là gì?
Push to Classroom là một tiện ích mở rộng Chrome được phát triển bởi Jeff Maxim, và tính năng chính của nó là "This extension shares current URL to Google Classroom stream".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Push to Classroom
Tải xuống các tệp mở rộng Push to Classroom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jbneakgkpdfcjnolohhnbahjcbkleiji |
URL Chính Thức | https://chrome.google.com/webstore/detail/push-to-classroom/jbneakgkpdfcjnolohhnbahjcbkleiji |
Mô tả | This extension shares current URL to Google Classroom stream |
Kích Thước Tệp | 54.94 KB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2016-12-30 |
Ngày Phát Hành | 2016-12-30 |
Đánh Giá | 3.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Jeff Maxim |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://jeffmaxim.herokuapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |