Students Click2TAU

An extension that will change your life. forever.

Students Click2TAU란 무엇입니까?

Students Click2TAU은(는) Tommy Gazit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that will change your life. forever."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Students Click2TAU 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension improves your daily use in variety of Tel Aviv University websites.

Changelog
========
Version 1.6.9: Login Bug Fix [caused due to latest chrome update]
Version 1.6.8: Added Uni. Cloud Apps + sorry, option for downloading lectures is temporarily disabled :(
Version 1.6.7: Video Download FIX
Version 1.6.6: Added Courses to VideoTau site
Version 1.6.5: Video Download Link Fixed
Version 1.6.4: Bug Fixes
Version 1.6.3: New "Personal Info System" login page support
Version 1.6.2: Added 4 new degrees [Tau Video Site]
Version 1.6.1: New Name!
Version 1.6:   New Logo!
Version 1.5.8: Academic Bank Button :)
Version 1.5.5-1.5.7: bug fixes
Version 1.5.4: TAU's new Moodle site support
Version 1.5.3: Quick travel to TAU's websites
Version 1.5.2: Quick links for opening videos externally [VideoTAU]

New features in version 1.5.1
=============================
 - Multi-User support
 - Easily Cycle through preset courses on Tau's Video site [VideoTAU]
 - Only one click to login for a single user
 - New animations! (+New icon)
 - Stability improvements!
 - Bug fixes!

Supported TAU's websites:
 - My TAU
 - Moodle
 - VideoTAU
 - Tau's Wifi login page [public-tau]                    

확장 프로그램 기본 정보

이름 Students Click2TAU Students Click2TAU
ID ekjalehlcmifmhjgnenllniahiocdjch
공식 URL https://chromewebstore.google.com/detail/students-click2tau/ekjalehlcmifmhjgnenllniahiocdjch
설명 An extension that will change your life. forever.
파일 크기 112 KB
설치 횟수 2,654
현재 버전 1.6.9
최근 업데이트 2016-03-08
출시 날짜 2016-03-07
평점 4.56/5 총 27 개의 평점
개발자 Tommy Gazit
결제 유형 free
지원되는 언어 iw
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/vwism.tau.ac.il\/*",
                "https:\/\/vwism.tau.ac.il\/*",
                "https:\/\/www.ims.tau.ac.il\/*",
                "http:\/\/moodle.tau.ac.il\/*",
                "https:\/\/nidp.tau.ac.il\/*",
                "https:\/\/citrix.tau.ac.il\/*",
                "https:\/\/video.tau.ac.il\/*",
                "https:\/\/idp.tau.ac.il\/*",
                "http:\/\/video.tau.ac.il\/*"
            ]
        },
        {
            "js": [
                "handlers\/videoLinksGenerator.js"
            ],
            "matches": [
                "http:\/\/video.tau.ac.il\/index.php?option=com_videos*",
                "https:\/\/video.tau.ac.il\/index.php?option=com_videos*"
            ]
        }
    ],
    "description": "An extension that will change your life. forever.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQQV1fCda3vd+ErKupkGWpGRBUfHZpzCMPPHmHuCeRhElpxXvVm0bDUiVuL1CSUWi3syPEkn6TbEwCTcyf6PAoqJRdUk7I9PDxNcYfSQ7ZcyK7z+Zi3pRHmLdwxdwx0mrWVF\/1BHSBoCHgYP3Sk8ot\/18c+9U9Y1iT0X2PBI2vBZLmklUoytcCOrRpBxvTlwBV3Ql7iNfH7+eOGubxMZo0XfwdDrv4YbtmTWImzPdE8TcKhTkuKpckCkUX9K0b3I9nu6p+PpOdmqMPqYP3CkQWREt\/BvmSVtaBd9METcA3dBFa2+0ZzX4WrsvsrWu2yrCCaZGcq058GCMSEkyh0bwwIDAQAB",
    "manifest_version": 2,
    "name": "Students Click2TAU",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/vwism.tau.ac.il\/*",
        "https:\/\/vwism.tau.ac.il\/*",
        "https:\/\/www.ims.tau.ac.il\/*",
        "http:\/\/moodle.tau.ac.il\/*",
        "https:\/\/nidp.tau.ac.il\/*",
        "https:\/\/citrix.tau.ac.il\/*",
        "https:\/\/video.tau.ac.il\/*",
        "https:\/\/idp.tau.ac.il\/*",
        "http:\/\/video.tau.ac.il\/*"
    ],
    "short_name": "TauC2C",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.9"
}