IITBh CGPA

Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.

IITBh CGPA란 무엇입니까?

IITBh CGPA은(는) Kumar Shivendu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA."입니다.

확장 프로그램 스크린샷

screenshot

IITBh CGPA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Calculate CGPA directly from IIT Bhilai AIMS Portal.                    

확장 프로그램 기본 정보

이름 IITBh CGPA IITBh CGPA
ID pidnkhnegljcpjeacmfgbjilbhablfkb
공식 URL https://chromewebstore.google.com/detail/iitbh-cgpa/pidnkhnegljcpjeacmfgbjilbhablfkb
설명 Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.
파일 크기 38.76 KB
설치 횟수 282
현재 버전 2.3
최근 업데이트 2021-05-08
출시 날짜 2021-03-29
평점 4.90/5 총 10 개의 평점
개발자 Kumar Shivendu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/supercoww/iitbh-cgpa
도움말 페이지 URL https://github.com/supercoww/iitbh-cgpa
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IITBh CGPA",
    "version": "2.3",
    "description": "Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "show_matches": [
            "*:\/\/aimsportal.iitbhilai.ac.in\/iitbhAims\/courseReg\/myCrsHistoryPage*"
        ],
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "128": "images\/128x128.png"
        },
        "default_title": "CGPA"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/aimsportal.iitbhilai.ac.in\/iitbhAims\/courseReg\/myCrsHistoryPage*"
            ],
            "js": [
                "browser-polyfill.js",
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2
}