Pronote ++

Affiche tes notes et ton évolution trimestrielle.

Pronote ++ क्या है?

Pronote ++ Gatien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Affiche tes notes et ton évolution trimestrielle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pronote ++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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"
    }
}