Pronote ++

Affiche tes notes et ton évolution trimestrielle.

Co to jest Pronote ++?

Pronote ++ to rozszerzenie Chrome opracowane przez Gatien, a jego główną funkcją jest „Affiche tes notes et ton évolution trimestrielle.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pronote ++

Pobierz pliki rozszerzeń Pronote ++ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pronote ++ Pronote ++
ID plkafnalbppdppjehbebdocafmodbbdk
Oficjalny URL https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk
Opis Affiche tes notes et ton évolution trimestrielle.
Rozmiar pliku 96.02 KB
Liczba instalacji 87
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2023-08-16
Data Publikacji 2022-12-04
Deweloper Gatien
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gatienfrenchdev.github.io/site-pronote-pp/
Adres URL Strony Pomocy https://github.com/GatienFrenchDev/pronote-pp
Obsługiwane Języki 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"
    }
}