Pronote ++

Affiche tes notes et ton évolution trimestrielle.

ما هو Pronote ++؟

Pronote ++ هو إضافة Chrome تم تطويرها بواسطة Gatien، والميزة الرئيسية لها هي "Affiche tes notes et ton évolution trimestrielle.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pronote ++

قم بتنزيل ملفات الامتداد Pronote ++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Pronote ++ Pronote ++
ID plkafnalbppdppjehbebdocafmodbbdk
عنوان URL الرسمي https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk
الوصف Affiche tes notes et ton évolution trimestrielle.
حجم الملف 96.02 KB
عدد التثبيتات 87
النسخة الحالية 0.1.4
آخر تحديث 2023-08-16
تاريخ النشر 2022-12-04
المطور Gatien
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gatienfrenchdev.github.io/site-pronote-pp/
عنوان صفحة المساعدة https://github.com/GatienFrenchDev/pronote-pp
اللغات المدعومة 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"
    }
}