UOM LMS GPA calculator

Calculate Final GPA

UOM LMS GPA calculator란 무엇입니까?

UOM LMS GPA calculator은(는) quaxortech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate Final GPA"입니다.

확장 프로그램 스크린샷

screenshot

UOM LMS GPA calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The GPA Calculator Chrome Extension is a useful tool designed for university students who want to calculate their grade point average (GPA) quickly and easily. The extension is compatible with both 4.2 and 4.0 grading systems and allows users to calculate their GPA with just a few clicks.

Once installed, the extension integrates seamlessly into your browser and can be accessed from the toolbar. Simply open your university LMS page, navigate to your results section, and click the GPA Calculator button. The extension will then automatically extract your grades and calculate your GPA, providing you with an accurate representation of your academic performance.

The GPA Calculator Chrome Extension is intuitive and user-friendly, making it accessible to all students regardless of their technical proficiency. It eliminates the need for manual calculations, which can be time-consuming and prone to errors. With this extension, you can quickly determine your GPA and monitor your progress towards achieving your academic goals.

Overall, the GPA Calculator Chrome Extension is a valuable tool for university students who want to stay on top of their academic performance. It streamlines the process of calculating GPAs and provides an accurate and reliable assessment of academic progress.                    

확장 프로그램 기본 정보

이름 UOM LMS GPA calculator UOM LMS GPA calculator
ID ebcajecgehhlbfngndbpnjdpgfhnhmki
공식 URL https://chromewebstore.google.com/detail/uom-lms-gpa-calculator/ebcajecgehhlbfngndbpnjdpgfhnhmki
설명 Calculate Final GPA
파일 크기 4.49 KB
설치 횟수 1,075
현재 버전 1.0.0
최근 업데이트 2023-02-27
출시 날짜 2023-02-26
평점 5.00/5 총 9 개의 평점
개발자 quaxortech
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UOM LMS GPA calculator",
    "version": "1.0.0",
    "description": "Calculate Final GPA",
    "manifest_version": 3,
    "author": "Pranavan Jegatheeswaran",
    "action": {
        "default_popup": "index.html",
        "default_title": "UOM LMS GPA calculator"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lms.uom.lk\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}