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!…
Moodle UTBM auto-connect क्या है?
Moodle UTBM auto-connect Audric Ackermann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moodle UTBM auto-connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jdnlcoebfaacdgkbookincpiinncfinc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/moodle-utbm-auto-connect/jdnlcoebfaacdgkbookincpiinncfinc |
विवरण | Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!… |
फ़ाइल का आकार | 182 KB |
स्थापना संख्या | 397 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2014-09-28 |
प्रकाशन तिथि | 2014-09-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Audric Ackermann |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |