IITBh CGPA

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

Was ist IITBh CGPA?

IITBh CGPA ist eine Chrome-Erweiterung, die von Kumar Shivendu entwickelt wurde, und ihr Hauptmerkmal ist "Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.".

Erweiterungsscreenshots

screenshot

IITBh CGPA-Erweiterungs-CRX-Datei herunterladen

Laden Sie IITBh CGPA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Calculate CGPA directly from IIT Bhilai AIMS Portal.                    

Grundlegende Informationen zur Erweiterung

Name IITBh CGPA IITBh CGPA
ID pidnkhnegljcpjeacmfgbjilbhablfkb
Offizielle URL https://chromewebstore.google.com/detail/iitbh-cgpa/pidnkhnegljcpjeacmfgbjilbhablfkb
Beschreibung Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.
Dateigröße 38.76 KB
Installationsanzahl 282
Aktuelle Version 2.3
Letztes Update 2021-05-08
Veröffentlichungsdatum 2021-03-29
Bewertung 4.90/5 Insgesamt 10 Bewertungen
Entwickler Kumar Shivendu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/supercoww/iitbh-cgpa
Hilfeseite URL https://github.com/supercoww/iitbh-cgpa
Unterstützte Sprachen 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
}