MyGann+

A collection of modules that improve your MyGann experience

MyGann+ क्या है?

MyGann+ Ilan Sperber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A collection of modules that improve your MyGann experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyGann+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        MyGann+ is a collection of features that improve your MyGann experience, including:

- Highlight Current Class
- Show Free Blocks in Schedule
- Grade Notifications
- Message Notifications
- Hide Non-Academic Classes

----------------

This project is open source at: https://github.com/matankb/mygann-plus                    

एक्सटेंशन की मूल जानकारी

नाम MyGann+ MyGann+
ID ehieknipllggilekelabnnjkanajakbg
आधिकारिक URL https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg
विवरण A collection of modules that improve your MyGann experience
फ़ाइल का आकार 63.95 KB
स्थापना संख्या 500
वर्तमान संस्करण 1.15.0
अंतिम अपडेट 2021-02-14
प्रकाशन तिथि 2020-05-14
रेटिंग 5.00/5 कुल 15 रेटिंग्स
डेवलपर Ilan Sperber
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyGann+",
    "version": "1.15.0",
    "minimum_chrome_version": "60",
    "description": "A collection of modules that improve your MyGann experience",
    "version_name": "1.15.0",
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gannacademy.myschoolapp.com\/app\/*"
            ],
            "js": [
                "fetchContentScript.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/install-watch.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "dist\/assets\/*"
    ]
}