TAU Factor
Extension for www.tau-factor.com
What is TAU Factor?
TAU Factor is a Chrome extension developed by https://www.tau-factor.com, and its main feature is "Extension for www.tau-factor.com".
Extension Screenshots
Download TAU Factor Extension CRX File
Download TAU Factor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
סטודנט באוניברסיטת תל אביב? רוצה לעזור לחבריך ולסטודנטים הבאים אחריך? בעזרת תוסף זה, תוכל להוסיף התפלגויות של קורסים שהיית רשום אליהם אל תוך בסיס הנתונים של האתר. כל מה שצריך לעשות זה: 1. להוריד את תוסף זה. 2. ללחוץ על האייקון של האתר שנוסף לדפדפן. 3. לבחור ב-"הוספת התפלגויות לאתר". 4. להיכנס לחשבון האוניברסיטה שלך בדף שנפתח (הנתונים לא נאספים על ידנו ואין לנו גישה אליהם). 5. לתת לתוסף לסיים לסרוק את הקורסים.
Extension Basic Information
Name | TAU Factor |
ID | abapdjeapgjjmoahkhnidippkjhdmkfo |
Official URL | https://chromewebstore.google.com/detail/tau-factor/abapdjeapgjjmoahkhnidippkjhdmkfo |
Description | Extension for www.tau-factor.com |
File Size | 19.59 KB |
Installation Count | 530 |
Current Version | 3.0.0 |
Last Updated | 2021-07-22 |
Publish Date | 2021-07-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.tau-factor.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |