Pronote ++

Affiche tes notes et ton évolution trimestrielle.

Wat is Pronote ++?

Pronote ++ is een Chrome-extensie ontwikkeld door Gatien, en de belangrijkste functie is "Affiche tes notes et ton évolution trimestrielle.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pronote ++

Download Pronote ++-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

                        Une simple extension qui vous permet de suivre l'évolution de vos notes affichées sur Pronote depuis des graphiques. Nécessite l'accès à un compte Pronote.                    

Basisinformatie over de Extensie

Naam Pronote ++ Pronote ++
ID plkafnalbppdppjehbebdocafmodbbdk
Officiële URL https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk
Beschrijving Affiche tes notes et ton évolution trimestrielle.
Bestandsgrootte 96.02 KB
Aantal Installaties 87
Huidige Versie 0.1.4
Laatst Bijgewerkt 2023-08-16
Publicatiedatum 2022-12-04
Ontwikkelaar Gatien
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gatienfrenchdev.github.io/site-pronote-pp/
Help Pagina-URL https://github.com/GatienFrenchDev/pronote-pp
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pronote ++",
    "description": "Affiche tes notes et ton \u00e9volution trimestrielle.",
    "version": "0.1.4",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/app.js"
            ],
            "matches": [
                "https:\/\/*.index-education.net\/pronote\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    }
}