Pronote ++

Affiche tes notes et ton évolution trimestrielle.

Vad är Pronote ++?

Pronote ++ är en Chrome-tillägg utvecklad av Gatien, och dess huvudfunktion är "Affiche tes notes et ton évolution trimestrielle.".

Tilläggsskärmbilder

screenshot

Ladda ner Pronote ++-förlängningens CRX-fil

Ladda ner Pronote ++-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pronote ++ Pronote ++
ID plkafnalbppdppjehbebdocafmodbbdk
Officiell webbadress https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk
Beskrivning Affiche tes notes et ton évolution trimestrielle.
Filstorlek 96.02 KB
Antal Installationer 87
Aktuell Version 0.1.4
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2022-12-04
Utvecklare Gatien
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gatienfrenchdev.github.io/site-pronote-pp/
Hjälpsida URL https://github.com/GatienFrenchDev/pronote-pp
Stödda Språk 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"
    }
}