Managebac Grade Calculator

Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…

Managebac Grade Calculator란 무엇입니까?

Managebac Grade Calculator은(는) managebacgradecalculator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…"입니다.

확장 프로그램 스크린샷

screenshot

Managebac Grade Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac.
It can help people find their grade in any subject or class, calculate your percentage in certain assignments etc. It will be able to do much more in the future too! It is surely a tool that every student using managebac should have downloaded.                    

확장 프로그램 기본 정보

이름 Managebac Grade Calculator Managebac Grade Calculator
ID fhbfhmmifmgcmnhdgjbgmkbaieembhha
공식 URL https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha
설명 Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…
파일 크기 155 KB
설치 횟수 494
현재 버전 1.3
최근 업데이트 2022-06-04
출시 날짜 2022-01-15
평점 5.00/5 총 1 개의 평점
개발자 managebacgradecalculator
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Managebac Grade Calculator",
    "version": "1.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opengate.managebac.com\/student\/*"
            ],
            "js": [
                "jquery.js",
                "content.js",
                "saveHandle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "imgs\/pfp.jpg",
        "48": "imgs\/pfp.jpg",
        "128": "imgs\/pfp.jpg"
    },
    "browser_action": {
        "default_icon": "imgs\/pfp.jpg",
        "default_popup": "popup.html"
    }
}