Push to Classroom
This extension shares current URL to Google Classroom stream
Push to Classroom란 무엇입니까?
Push to Classroom은(는) Jeff Maxim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shares current URL to Google Classroom stream"입니다.
확장 프로그램 스크린샷
Push to Classroom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | |
ID | jbneakgkpdfcjnolohhnbahjcbkleiji |
공식 URL | https://chrome.google.com/webstore/detail/push-to-classroom/jbneakgkpdfcjnolohhnbahjcbkleiji |
설명 | This extension shares current URL to Google Classroom stream |
파일 크기 | 54.94 KB |
설치 횟수 | 9,000 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2016-12-30 |
출시 날짜 | 2016-12-30 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | Jeff Maxim |
결제 유형 | free |
도움말 페이지 URL | http://jeffmaxim.herokuapp.com/ |
지원되는 언어 | 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'" } |