Pronotif
Reçois tes notifications Pronote directement sur le bureau
Wat is Pronotif?
Pronotif is een Chrome-extensie ontwikkeld door Utopy, en de belangrijkste functie is "Reçois tes notifications Pronote directement sur le bureau".
Extensie Screenshots
Download het CRX-bestand van de extensie Pronotif
Download Pronotif-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pronotif est une extension permettant aux utilisateurs de Pronote de recevoir les notifications depuis l'onglet "Communication" directement sur le bureau.
Basisinformatie over de Extensie
Naam | Pronotif |
ID | daofibpnnkmnalgodoppmbeafkclgmim |
Officiële URL | https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim |
Beschrijving | Reçois tes notifications Pronote directement sur le bureau |
Bestandsgrootte | 180 KB |
Aantal Installaties | 68 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2020-11-16 |
Publicatiedatum | 2020-11-16 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Utopy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |