TAU Factor

Extension for www.tau-factor.com

TAU Factor란 무엇입니까?

TAU Factor은(는) https://www.tau-factor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for www.tau-factor.com"입니다.

확장 프로그램 스크린샷

screenshot

TAU Factor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        סטודנט באוניברסיטת תל אביב?
רוצה לעזור לחבריך ולסטודנטים הבאים אחריך?
בעזרת תוסף זה, תוכל להוסיף התפלגויות של קורסים שהיית רשום אליהם אל תוך בסיס הנתונים של האתר.
כל מה שצריך לעשות זה:
1. להוריד את תוסף זה.
2. ללחוץ על האייקון של האתר שנוסף לדפדפן.
3. לבחור ב-"הוספת התפלגויות לאתר".
4. להיכנס לחשבון האוניברסיטה שלך בדף שנפתח (הנתונים לא נאספים על ידנו ואין לנו גישה אליהם).
5. לתת לתוסף לסיים לסרוק את הקורסים.                    

확장 프로그램 기본 정보

이름 TAU Factor TAU Factor
ID abapdjeapgjjmoahkhnidippkjhdmkfo
공식 URL https://chromewebstore.google.com/detail/tau-factor/abapdjeapgjjmoahkhnidippkjhdmkfo
설명 Extension for www.tau-factor.com
파일 크기 19.59 KB
설치 횟수 530
현재 버전 3.0.0
최근 업데이트 2021-07-22
출시 날짜 2021-07-22
평점 5.00/5 총 4 개의 평점
개발자 https://www.tau-factor.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "he",
    "version": "3.0.0",
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "TAU Factor"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tau-factor.com\/*",
                "https:\/\/tau-factor.com\/*"
            ],
            "js": [
                "installed.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/iims.tau.ac.il\/tal\/TP\/Tziunim_L.aspx*",
                "https:\/\/www.ims.tau.ac.il\/tal\/TP\/Tziunim_L.aspx*",
                "https:\/\/iims.tau.ac.il\/Tal\/TP\/Tziunim_L.aspx*",
                "https:\/\/www.ims.tau.ac.il\/Tal\/TP\/Tziunim_L.aspx*"
            ],
            "all_frames": true,
            "js": [
                "add_buttons.js"
            ],
            "run_at": "document_end"
        }
    ]
}