Pronotif
Reçois tes notifications Pronote directement sur le bureau
Cos'è Pronotif?
Pronotif è un'estensione di Chrome sviluppata da Utopy, e la sua funzione principale è "Reçois tes notifications Pronote directement sur le bureau".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pronotif
Scarica i file di estensione Pronotif in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Pronotif est une extension permettant aux utilisateurs de Pronote de recevoir les notifications depuis l'onglet "Communication" directement sur le bureau.
Informazioni di Base sull'Estensione
Nome | Pronotif |
ID | daofibpnnkmnalgodoppmbeafkclgmim |
URL Ufficiale | https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim |
Descrizione | Reçois tes notifications Pronote directement sur le bureau |
Dimensione del File | 180 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2020-11-16 |
Data di Pubblicazione | 2020-11-16 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | Utopy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |