TAU Factor
Extension for www.tau-factor.com
Wat is TAU Factor?
TAU Factor is een Chrome-extensie ontwikkeld door https://www.tau-factor.com, en de belangrijkste functie is "Extension for www.tau-factor.com".
Extensie Screenshots
Download het CRX-bestand van de extensie TAU Factor
Download TAU Factor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
סטודנט באוניברסיטת תל אביב? רוצה לעזור לחבריך ולסטודנטים הבאים אחריך? בעזרת תוסף זה, תוכל להוסיף התפלגויות של קורסים שהיית רשום אליהם אל תוך בסיס הנתונים של האתר. כל מה שצריך לעשות זה: 1. להוריד את תוסף זה. 2. ללחוץ על האייקון של האתר שנוסף לדפדפן. 3. לבחור ב-"הוספת התפלגויות לאתר". 4. להיכנס לחשבון האוניברסיטה שלך בדף שנפתח (הנתונים לא נאספים על ידנו ואין לנו גישה אליהם). 5. לתת לתוסף לסיים לסרוק את הקורסים.
Basisinformatie over de Extensie
Naam | TAU Factor |
ID | abapdjeapgjjmoahkhnidippkjhdmkfo |
Officiële URL | https://chromewebstore.google.com/detail/tau-factor/abapdjeapgjjmoahkhnidippkjhdmkfo |
Beschrijving | Extension for www.tau-factor.com |
Bestandsgrootte | 19.59 KB |
Aantal Installaties | 530 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2021-07-22 |
Publicatiedatum | 2021-07-22 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.tau-factor.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |