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!…"입니다.
확장 프로그램 스크린샷
Moodle UTBM auto-connect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |