Pronote ++
Affiche tes notes et ton évolution trimestrielle.
Was ist Pronote ++?
Pronote ++ ist eine Chrome-Erweiterung, die von Gatien entwickelt wurde, und ihr Hauptmerkmal ist "Affiche tes notes et ton évolution trimestrielle.".
Erweiterungsscreenshots
Pronote ++-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pronote ++-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | plkafnalbppdppjehbebdocafmodbbdk |
| Offizielle URL | https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk |
| Beschreibung | Affiche tes notes et ton évolution trimestrielle. |
| Dateigröße | 96.02 KB |
| Installationsanzahl | 87 |
| Aktuelle Version | 0.1.4 |
| Letztes Update | 2023-08-16 |
| Veröffentlichungsdatum | 2022-12-04 |
| Entwickler | Gatien |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://gatienfrenchdev.github.io/site-pronote-pp/ |
| Hilfeseite URL | https://github.com/GatienFrenchDev/pronote-pp |
| Unterstützte Sprachen | 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"
}
} | |