Pronotif

Reçois tes notifications Pronote directement sur le bureau

Was ist Pronotif?

Pronotif ist eine Chrome-Erweiterung, die von Utopy entwickelt wurde, und ihr Hauptmerkmal ist "Reçois tes notifications Pronote directement sur le bureau".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pronotif-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pronotif-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

                        Pronotif est une extension permettant aux utilisateurs de Pronote de recevoir les notifications depuis l'onglet "Communication" directement sur le bureau.                    

Grundlegende Informationen zur Erweiterung

Name Pronotif Pronotif
ID daofibpnnkmnalgodoppmbeafkclgmim
Offizielle URL https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim
Beschreibung Reçois tes notifications Pronote directement sur le bureau
Dateigröße 180 KB
Installationsanzahl 68
Aktuelle Version 0.1.0
Letztes Update 2020-11-16
Veröffentlichungsdatum 2020-11-16
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Utopy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronotif",
    "version": "0.1.0",
    "description": "Re\u00e7ois tes notifications Pronote directement sur le bureau",
    "manifest_version": 2,
    "icons": {
        "16": "logos\/logo16.png",
        "48": "logos\/logo48.png",
        "128": "logos\/logo128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logos\/logo16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}