Add to Google Classroom
This extension adds the current site to Google Classroom
Add to Google Classroom란 무엇입니까?
Add to Google Classroom은(는) https://canopy.education에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds the current site to Google Classroom"입니다.
확장 프로그램 스크린샷
Add to Google Classroom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |