TAZ - TAU Moodle ID Autofill
Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it!
Cos'è TAZ - TAU Moodle ID Autofill?
TAZ - TAU Moodle ID Autofill è un'estensione di Chrome sviluppata da Yonatan Avni, e la sua funzione principale è "Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TAZ - TAU Moodle ID Autofill
Scarica i file di estensione TAZ - TAU Moodle ID Autofill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        *** 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!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | dfkocnldiigepccijfkmiofcbfdlhpeh | 
| URL Ufficiale | https://chromewebstore.google.com/detail/taz-tau-moodle-id-autofil/dfkocnldiigepccijfkmiofcbfdlhpeh | 
| Descrizione | Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it! | 
| Dimensione del File | 22.08 KB | 
| Conteggio Installazioni | 140 | 
| Versione Corrente | 2.3.1 | 
| Ultimo Aggiornamento | 2024-01-09 | 
| Data di Pubblicazione | 2023-05-29 | 
| Valutazione | 5.00/5 Totale 7 Valutazioni | 
| Sviluppatore | Yonatan Avni | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |