MonBureauNumerique+
Affiche la moyenne sur monbureaunumerique.fr
What is MonBureauNumerique+?
MonBureauNumerique+ is a Chrome extension developed by Lucas Mathieu, and its main feature is "Affiche la moyenne sur monbureaunumerique.fr".
Extension Screenshots
Download MonBureauNumerique+ Extension CRX File
Download MonBureauNumerique+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Permet d'afficher la moyenne générale sur monbureaunumerique.fr
Extension Basic Information
Name | ![]() |
ID | jdbbdichpiahofodhbchdclkdgepjljo |
Official URL | https://chrome.google.com/webstore/detail/monbureaunumerique+/jdbbdichpiahofodhbchdclkdgepjljo |
Description | Affiche la moyenne sur monbureaunumerique.fr |
File Size | 4.42 KB |
Installation Count | 536 |
Current Version | 0.4 |
Last Updated | 2019-03-26 |
Publish Date | 2019-03-26 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Lucas Mathieu |
Payment Type | free |
Extension Website | https://www.monbureaunumerique.fr/ |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MonBureauNumerique+", "version": "0.4", "author": "Lucas Mathieu", "description": "Affiche la moyenne sur monbureaunumerique.fr", "permissions": [ "storage", "declarativeContent" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.monbureaunumerique.fr\/sg.do?PROC=CONSULTER_RELEVE&ACTION=AFFICHER_RELEVE_NOTES_ELEVE*" ] } ], "manifest_version": 2 } |