MiaouNotes

Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA

Was ist MiaouNotes?

MiaouNotes ist eine Chrome-Erweiterung, die von Simon Ledoux entwickelt wurde, und ihr Hauptmerkmal ist "Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA".

Erweiterungsscreenshots

screenshot

MiaouNotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie MiaouNotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA
Fonctionnalités :
- Met en surbrillance les nouvelles notes
- Calcule les moyennes des matières ainsi que la moyenne générale                    

Grundlegende Informationen zur Erweiterung

Name MiaouNotes MiaouNotes
ID bkkaabfnclmnaahnmjpnofbccifckmhm
Offizielle URL https://chromewebstore.google.com/detail/miaounotes/bkkaabfnclmnaahnmjpnofbccifckmhm
Beschreibung Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA
Dateigröße 17.3 MB
Installationsanzahl 159
Aktuelle Version 2.1.4
Letztes Update 2023-01-16
Veröffentlichungsdatum 2021-12-29
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Simon Ledoux
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/simon511000/MiaouNotes
Hilfeseite URL https://github.com/simon511000/MiaouNotes/issues
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiaouNotes",
    "description": "Ajoute de nouvelles fonctionnalit\u00e9s \u00e0 l'intranet de l'URCA",
    "version": "2.1.4",
    "icons": {
        "16": "icons\/urca_16.jpg",
        "48": "icons\/urca_48.jpg",
        "128": "icons\/urca_128.jpg"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/iut-rcc-intranet.univ-reims.fr\/fr\/tableau-de-bord"
            ],
            "css": [
                "dist\/css\/styles.css"
            ],
            "js": [
                "dist\/js\/bundle.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0",
            "update_url": "https:\/\/miaounotes.simon511000.fr\/updates.json"
        }
    }
}