Schoology Grade Manager
An easier way to manage your grades, with a built in GPA calculator!
Schoology Grade Manager란 무엇입니까?
Schoology Grade Manager은(는) alekseyvalouev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easier way to manage your grades, with a built in GPA calculator!"입니다.
확장 프로그램 스크린샷
Schoology Grade Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Schoology Grade Manager is a chrome extension that offers quality of life updates to Schoology, allowing you to access your grades remotely for convenient viewing. It also includes a GPA calculator that you can use to calculate your GPA automatically, for more convenience. Suggestions and Issues Submit any suggestions, issues, or complaints to [email protected]. Creator This project is created and managed by https://github.com/alekseyvalouev. License This project is open source under the MIT License. See the https://github.com/alekseyvalouev/SchoologyGradeManager/blob/master/LICENSE for more information. Disclaimer Schoology Grade Manager is not affiliated with Schoology Inc. Schoology, the SCHOOLOGY® wordmark, and the S logo are registered and unregistered trademarks of Schoology, Inc. in the United States. All product names, logos, and brands are property of their respective owners.
확장 프로그램 기본 정보
이름 | Schoology Grade Manager |
ID | llkgdcclhbafnipliijnbojgfpegidje |
공식 URL | https://chromewebstore.google.com/detail/schoology-grade-manager/llkgdcclhbafnipliijnbojgfpegidje |
설명 | An easier way to manage your grades, with a built in GPA calculator! |
파일 크기 | 28.52 KB |
설치 횟수 | 1,682 |
현재 버전 | 1.13 |
최근 업데이트 | 2021-12-16 |
출시 날짜 | 2021-11-20 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | alekseyvalouev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Schoology Grade Manager", "description": "An easier way to manage your grades, with a built in GPA calculator!", "version": "1.13", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16x.png", "32": "\/images\/logo32x.png", "48": "\/images\/logo48x.png", "128": "\/images\/logo128x.png" } }, "icons": { "16": "\/images\/logo16x.png", "32": "\/images\/logo32x.png", "48": "\/images\/logo48x.png", "128": "\/images\/logo128x.png" } } |