Montville Cumulative GPA Calculator
This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
Montville Cumulative GPA Calculator란 무엇입니까?
Montville Cumulative GPA Calculator은(는) ShYaM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School"입니다.
확장 프로그램 스크린샷
Montville Cumulative GPA Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School. All you have to do is go to the Grading History tab in the Grading section of the Montville Parent Access page, click on the extension, and click "Calculate!" You will see your cumulative GPA across your years at Montville Township High School above your name. Additionally, your final GPA for each year will appear right underneath all your classes for each year in a highlighted format (see screenshot above).
확장 프로그램 기본 정보
이름 | Montville Cumulative GPA Calculator |
ID | dkllbohbhablifdemnodeaagkpkgklff |
공식 URL | https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff |
설명 | This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School |
파일 크기 | 58.87 KB |
설치 횟수 | 53 |
현재 버전 | 1.22 |
최근 업데이트 | 2019-08-30 |
출시 날짜 | 2019-08-30 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | ShYaM |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Montville Cumulative GPA Calculator", "description": "This extension calculates the Cumulative GPA of a student across his\/her years at Montville Township High School", "version": "1.22", "author": "Shyam Mehta", "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/parents.montville.net\/genesis\/*", "https:\/\/parents.genesisedu.com\/*" ], "js": [ ".\/src\/jquery.min.js" ] } ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_title": "Montville Cumulative GPA", "default_popup": "popup.html" } } |