Pronotif
Reçois tes notifications Pronote directement sur le bureau
ما هو Pronotif؟
Pronotif هو إضافة Chrome تم تطويرها بواسطة Utopy، والميزة الرئيسية لها هي "Reçois tes notifications Pronote directement sur le bureau".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pronotif
قم بتنزيل ملفات الامتداد Pronotif بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pronotif est une extension permettant aux utilisateurs de Pronote de recevoir les notifications depuis l'onglet "Communication" directement sur le bureau.
معلومات أساسية عن التمديد
الاسم | Pronotif |
ID | daofibpnnkmnalgodoppmbeafkclgmim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim |
الوصف | Reçois tes notifications Pronote directement sur le bureau |
حجم الملف | 180 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2020-11-16 |
تاريخ النشر | 2020-11-16 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | Utopy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |