OC (SdZ) Notificateur
Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP OpenClassrooms sans avoir besoin d'ouvrir le site
ما هو OC (SdZ) Notificateur؟
OC (SdZ) Notificateur هو إضافة Chrome تم تطويرها بواسطة simon.landrault، والميزة الرئيسية لها هي "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP OpenClassrooms sans avoir besoin d'ouvrir le site".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OC (SdZ) Notificateur
قم بتنزيل ملفات الامتداد OC (SdZ) Notificateur بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cette extension vous permet de connaître en un clin d'oeil le nombre de notifications et de MP reçues sur OpenClassrooms (et plein d'autres choses !) NB : Cette extension a été développé de manière indépendante au SdZ. Rien ne sert d'embêter les développeurs de OCR pour corriger d'éventuels dysfonctionnements de cette application. NB² : Merci à Sandhose du SdZ pour le coup de main :)
معلومات أساسية عن التمديد
الاسم | OC (SdZ) Notificateur |
ID | hghlodnimpknlipghodjcfadfipbcmoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oc-sdz-notificateur/hghlodnimpknlipghodjcfadfipbcmoh |
الوصف | Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP OpenClassrooms sans avoir besoin d'ouvrir le site |
حجم الملف | 541 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 3.2.0 |
آخر تحديث | 2013-10-06 |
تاريخ النشر | 2013-10-06 |
تقييم | 4.81/5 مجموع تقييمات 21 |
المطور | simon.landrault |
نوع الدفع | free |
موقع الإضافة | https://github.com/Eskimon/SdZ_Notificateur |
عنوان صفحة المساعدة | https://github.com/Eskimon/SdZ_Notificateur |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OC (SdZ) Notificateur", "version": "3.2.0", "manifest_version": 2, "description": "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP OpenClassrooms sans avoir besoin d'ouvrir le site", "offline_enabled": false, "icons": { "16": "icons\/icone_16.png", "48": "icons\/icone_48.png", "128": "icons\/icone_128.png" }, "permissions": [ "http:\/\/*.openclassrooms.com\/*", "http:\/\/*.siteduzero.com\/*", "http:\/\/www.gravatar.com\/*", "http:\/\/sdz-upload.s3.amazonaws.com\/*", "tabs", "alarms", "notifications", "storage" ], "options_page": "options\/options.html", "browser_action": { "default_icon": "icons\/icone_38.png", "default_title": "SdZ Notificateur", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false } } |