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 là gì?

Moodle UTBM auto-connect là một tiện ích mở rộng Chrome được phát triển bởi Audric Ackermann, và tính năng chính của nó là "Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moodle UTBM auto-connect

Tải xuống các tệp mở rộng Moodle UTBM auto-connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moodle UTBM auto-connect Moodle UTBM auto-connect
ID jdnlcoebfaacdgkbookincpiinncfinc
URL Chính Thức https://chrome.google.com/webstore/detail/moodle-utbm-auto-connect/jdnlcoebfaacdgkbookincpiinncfinc
Mô tả Tired of connecting to moodle.utbm.fr ? You need to click 4 links and enter your ids before being able to see your courses!…
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 397
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2014-09-28
Ngày Phát Hành 2014-09-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Audric Ackermann
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}