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 là gì?
OC (SdZ) Notificateur là một tiện ích mở rộng Chrome được phát triển bởi simon.landrault, và tính năng chính của nó là "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP OpenClassrooms sans avoir besoin d'ouvrir le site".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OC (SdZ) Notificateur
Tải xuống các tệp mở rộng OC (SdZ) Notificateur dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OC (SdZ) Notificateur |
ID | hghlodnimpknlipghodjcfadfipbcmoh |
URL Chính Thức | https://chromewebstore.google.com/detail/oc-sdz-notificateur/hghlodnimpknlipghodjcfadfipbcmoh |
Mô tả | Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP OpenClassrooms sans avoir besoin d'ouvrir le site |
Kích Thước Tệp | 541 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 3.2.0 |
Cập Nhật Lần Cuối | 2013-10-06 |
Ngày Phát Hành | 2013-10-06 |
Đánh Giá | 4.81/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | simon.landrault |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Eskimon/SdZ_Notificateur |
URL Trang Trợ Giúp | https://github.com/Eskimon/SdZ_Notificateur |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |