Ma Moyenne MBN
Show MBN's note general average
What is Ma Moyenne MBN?
Ma Moyenne MBN is a Chrome extension developed by Vincent Sahler, and its main feature is "Show MBN's note general average".
Extension Screenshots
Download Ma Moyenne MBN Extension CRX File
Download Ma Moyenne MBN 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
                        Ce plugin permet de redesigner l'interface graphique des notes de MBN afin de proposer une interface plus ergonomique ainsi que de montrer la moyenne générale                     Extension Basic Information
| Name |   |  
| ID | kbchmfoeolkghjeapilfdamdnieedlkp | 
| Official URL | https://chromewebstore.google.com/detail/ma-moyenne-mbn/kbchmfoeolkghjeapilfdamdnieedlkp | 
| Description | Show MBN's note general average | 
| File Size | 12.49 KB | 
| Installation Count | 1,699 | 
| Current Version | 1.4 | 
| Last Updated | 2022-02-12 | 
| Publish Date | 2021-01-12 | 
| Rating | 5.00/5 Total 6 Ratings | 
| Developer | Vincent Sahler | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/vsahler/MBN-Ma-Moyenne | 
| Help Page URL | https://github.com/vsahler/MBN-Ma-Moyenne/issues | 
| Supported Languages | fr | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ma Moyenne MBN",
    "version": "1.4",
    "description": "Show MBN's note general average",
    "homepage_url": "https:\/\/github.com\/CofeDrink68\/MBN-Ma-Moyenne",
    "icons": {
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.monbureaunumerique.fr\/sg.do?PROC=CONSULTER_RELEVE&ACTION=AFFICHER_RELEVE_NOTES_ELEVE*"
            ],
            "js": [
                "dataV3.js"
            ]
        }
    ]
}  |  |