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によって開発された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!…」です。

拡張機能のスクリーンショット

screenshot

Moodle UTBM auto-connect拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 Moodle UTBM auto-connect Moodle UTBM auto-connect
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
}