MyGann+

A collection of modules that improve your MyGann experience

Qu'est-ce que MyGann+ ?

MyGann+ est une extension Chrome développée par Ilan Sperber, et sa fonction principale est "A collection of modules that improve your MyGann experience".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MyGann+

Téléchargez les fichiers d'extension MyGann+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MyGann+ MyGann+
ID ehieknipllggilekelabnnjkanajakbg
URL Officiel https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg
Description A collection of modules that improve your MyGann experience
Taille du Fichier 63.95 KB
Nombre d'Installations 500
Version Actuelle 1.15.0
Dernière Mise à Jour 2021-02-14
Date de Publication 2020-05-14
Évaluation 5.00/5 Total 15 Évaluations
Développeur Ilan Sperber
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}