Pronote ++
Affiche tes notes et ton évolution trimestrielle.
Cos'è Pronote ++?
Pronote ++ è un'estensione di Chrome sviluppata da Gatien, e la sua funzione principale è "Affiche tes notes et ton évolution trimestrielle.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pronote ++
Scarica i file di estensione Pronote ++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pronote ++ |
ID | plkafnalbppdppjehbebdocafmodbbdk |
URL Ufficiale | https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk |
Descrizione | Affiche tes notes et ton évolution trimestrielle. |
Dimensione del File | 96.02 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2023-08-16 |
Data di Pubblicazione | 2022-12-04 |
Sviluppatore | Gatien |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gatienfrenchdev.github.io/site-pronote-pp/ |
URL della Pagina di Aiuto | https://github.com/GatienFrenchDev/pronote-pp |
Lingue Supportate | 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" } } |