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 هو إضافة Chrome تم تطويرها بواسطة Kumar Shivendu، والميزة الرئيسية لها هي "Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IITBh CGPA

قم بتنزيل ملفات الامتداد IITBh CGPA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}