Pronotif
Reçois tes notifications Pronote directement sur le bureau
Vad är Pronotif?
Pronotif är en Chrome-tillägg utvecklad av Utopy, och dess huvudfunktion är "Reçois tes notifications Pronote directement sur le bureau".
Tilläggsskärmbilder
Ladda ner Pronotif-förlängningens CRX-fil
Ladda ner Pronotif-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Pronotif est une extension permettant aux utilisateurs de Pronote de recevoir les notifications depuis l'onglet "Communication" directement sur le bureau.
Grundläggande Information om Tillägg
Namn | Pronotif |
ID | daofibpnnkmnalgodoppmbeafkclgmim |
Officiell webbadress | https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim |
Beskrivning | Reçois tes notifications Pronote directement sur le bureau |
Filstorlek | 180 KB |
Antal Installationer | 68 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2020-11-16 |
Publiceringsdatum | 2020-11-16 |
Betyg | 4.50/5 Totalt 4 Betyg |
Utvecklare | Utopy |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |