Classroom GPA

ექსთენშენი GPA-ს გამოსათვლელად

What is Classroom GPA?

Classroom GPA is a Chrome extension developed by nikolozamgalo, and its main feature is "ექსთენშენი GPA-ს გამოსათვლელად".

Extension Screenshots

screenshot

Download Classroom GPA Extension CRX File

Download Classroom GPA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ქრომის ექსთენშენი BTU Classroom ზე GPA ს გამოსათვლელად.                    

Extension Basic Information

Name Classroom GPA Classroom GPA
ID nlgllbpdoldlgjpmfgcppkjpanfhjfcj
Official URL https://chromewebstore.google.com/detail/classroom-gpa/nlgllbpdoldlgjpmfgcppkjpanfhjfcj
Description ექსთენშენი GPA-ს გამოსათვლელად
File Size 13.94 KB
Installation Count 267
Current Version 1.1
Last Updated 2021-09-16
Publish Date 2021-09-15
Rating 5.00/5 Total 7 Ratings
Developer nikolozamgalo
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classroom GPA",
    "version": "1.1",
    "description": "\u10d4\u10e5\u10e1\u10d7\u10d4\u10dc\u10e8\u10d4\u10dc\u10d8 GPA-\u10e1 \u10d2\u10d0\u10db\u10dd\u10e1\u10d0\u10d7\u10d5\u10da\u10d4\u10da\u10d0\u10d3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.classroom.btu.edu.ge\/ge\/student\/me\/index"
            ],
            "js": [
                "gpa_calculator_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "logo-short.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}