Pronote ++

Affiche tes notes et ton évolution trimestrielle.

Apa itu Pronote ++?

Pronote ++ adalah ekstensi Chrome yang dikembangkan oleh Gatien, dan fitur utamanya adalah "Affiche tes notes et ton évolution trimestrielle.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pronote ++

Unduh file ekstensi Pronote ++ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pronote ++ Pronote ++
ID plkafnalbppdppjehbebdocafmodbbdk
URL Resmi https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk
Deskripsi Affiche tes notes et ton évolution trimestrielle.
Ukuran File 96.02 KB
Jumlah Instalasi 87
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2023-08-16
Tanggal Publikasi 2022-12-04
Pengembang Gatien
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gatienfrenchdev.github.io/site-pronote-pp/
URL Halaman Bantuan https://github.com/GatienFrenchDev/pronote-pp
Bahasa yang Didukung 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"
    }
}