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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Moodle UTBM auto-connect
ดาวน์โหลดไฟล์ส่วนขยาย Moodle UTBM auto-connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |