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
}