Moodle UTBM auto-connect
Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!…
Qu'est-ce que Moodle UTBM auto-connect ?
Moodle UTBM auto-connect est une extension Chrome développée par Audric Ackermann, et sa fonction principale est "Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moodle UTBM auto-connect
Téléchargez les fichiers d'extension Moodle UTBM auto-connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses! Moodle auto-connect is a small app which allows you to auto connect to moodle.utbm.fr, without worrying about clicking on all links & enter your ids. Enter your id on first use, and it will remember them for you. Just install it, launch it, and that's it ! Everytime you click on it, you're logged in, and your courses are directly reachable. New in version 0.1.3 * Open options page if user or password is not define (i.e. on first use) * Automatically open "My courses" on left pane * Press of ENTER is no longer necessary * Correct bug when launch extension and change of tab * Suppressed useless permissions
Informations de Base sur l'Extension
Nom | |
ID | jdnlcoebfaacdgkbookincpiinncfinc |
URL Officiel | https://chrome.google.com/webstore/detail/moodle-utbm-auto-connect/jdnlcoebfaacdgkbookincpiinncfinc |
Description | Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!… |
Taille du Fichier | 182 KB |
Nombre d'Installations | 397 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2014-09-28 |
Date de Publication | 2014-09-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Audric Ackermann |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle UTBM auto-connect", "version": "0.1.4", "permissions": [ "activeTab", "tabs", "https:\/\/moodle.utbm.fr\/*", "https:\/\/cas.utbm.fr\/*", "storage" ], "options_page": "options.html", "background": { "scripts": [ "autofill.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Moodle utbm auto-connect" }, "icons": { "48": "icon.png" }, "manifest_version": 2 } |