TAZ - TAU Moodle ID Autofill
Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it!
Τι είναι το TAZ - TAU Moodle ID Autofill;
Το TAZ - TAU Moodle ID Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yonatan Avni, και η κύρια λειτουργία του είναι "Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TAZ - TAU Moodle ID Autofill
Λήψη αρχείων επέκτασης TAZ - TAU Moodle ID Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
*** The 24' update works on the new Moodle website and on the Personal Info website ***
I was getting very annoyed of entering my ID dozens of times per day on TAU's websites. There was no way I was going to continue doing it for years to come, so I created TAZ. I found it so helpful, and decided to share it with fellow students.
PRIVACY - your ID is stored locally, on your own device.
I hope you find it helpful as I did, and if you do, please leave a review and share TAZ with your friends! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dfkocnldiigepccijfkmiofcbfdlhpeh |
| Επίσημο URL | https://chromewebstore.google.com/detail/taz-tau-moodle-id-autofil/dfkocnldiigepccijfkmiofcbfdlhpeh |
| Περιγραφή | Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it! |
| Μέγεθος Αρχείου | 22.08 KB |
| Αριθμός Εγκαταστάσεων | 140 |
| Τρέχουσα Έκδοση | 2.3.1 |
| Τελευταία Ενημέρωση | 2024-01-09 |
| Ημερομηνία Δημοσίευσης | 2023-05-29 |
| Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
| Προγραμματιστής | Yonatan Avni |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TAZ - TAU Moodle ID Autofill",
"version": "2.3.1",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it!",
"author": "Yonatan Avni",
"content_scripts": [
{
"matches": [
"https:\/\/nidp.tau.ac.il\/nidp*",
"https:\/\/www.ims.tau.ac.il\/Tal\/*"
],
"js": [
"content.js"
]
}
]
} | |