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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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 } } |