Pronote ++
Affiche tes notes et ton évolution trimestrielle.
What is Pronote ++?
Pronote ++ is a Chrome extension developed by Gatien, and its main feature is "Affiche tes notes et ton évolution trimestrielle.".
Extension Screenshots
Download Pronote ++ Extension CRX File
Download Pronote ++ 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
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.
Extension Basic Information
Name | Pronote ++ |
ID | plkafnalbppdppjehbebdocafmodbbdk |
Official URL | https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk |
Description | Affiche tes notes et ton évolution trimestrielle. |
File Size | 96.02 KB |
Installation Count | 87 |
Current Version | 0.1.4 |
Last Updated | 2023-08-16 |
Publish Date | 2022-12-04 |
Developer | Gatien |
[email protected] | |
Payment Type | free |
Extension Website | https://gatienfrenchdev.github.io/site-pronote-pp/ |
Help Page URL | https://github.com/GatienFrenchDev/pronote-pp |
Supported Languages | 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" } } |