IITBh CGPA
Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.
Wat is IITBh CGPA?
IITBh CGPA is een Chrome-extensie ontwikkeld door Kumar Shivendu, en de belangrijkste functie is "Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.".
Extensie Screenshots
Download het CRX-bestand van de extensie IITBh CGPA
Download IITBh CGPA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Calculate CGPA directly from IIT Bhilai AIMS Portal.
Basisinformatie over de Extensie
Naam | IITBh CGPA |
ID | pidnkhnegljcpjeacmfgbjilbhablfkb |
Officiële URL | https://chromewebstore.google.com/detail/iitbh-cgpa/pidnkhnegljcpjeacmfgbjilbhablfkb |
Beschrijving | Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA. |
Bestandsgrootte | 38.76 KB |
Aantal Installaties | 282 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2021-05-08 |
Publicatiedatum | 2021-03-29 |
Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Kumar Shivendu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/supercoww/iitbh-cgpa |
Help Pagina-URL | https://github.com/supercoww/iitbh-cgpa |
Ondersteunde Talen | 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 } |