My TudiZudi

my TudiZudi

Cos'è My TudiZudi?

My TudiZudi è un'estensione di Chrome sviluppata da Sarah Brodie, e la sua funzione principale è "my TudiZudi".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione My TudiZudi

Scarica i file di estensione My TudiZudi 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

                        Are you a student @ The Open University of Israel?
Are you tired of putting in your ID every time the screen refreshes? 

Say Hello to "My TudiZudi" the Automatic ID Inserter Chrome extension for The Open University of Israel website. 
Say goodbye to manual entry and enjoy the benefits of a streamlined login process.

Install it now, Boost your productivity and enhance your university experience with a convenient and efficient way to access your university welcome page.

האם אתה סטודנט\ית באוניברסיטה הפתוחה ?
נמאס לך להכניס את תעודת הזהות שלך כל פעם כשהדף מתרענן ?תכירו את "מיי טודיזודי " שיכניס לכם את מספר הזהות באופן אוטומטי בכניסה לשאלתא תגידו שלום ולא להתראות למטרד להכניס את מספר הזהות כל פעם שהמסך מתרענן 
תתקינו עכשיו ! ותהנו מהלוג אין מהיר ויעיל :)                    

Informazioni di Base sull'Estensione

Nome My TudiZudi My TudiZudi
ID bdkfjhkiflngknimidpofjmdlopbadma
URL Ufficiale https://chromewebstore.google.com/detail/my-tudizudi/bdkfjhkiflngknimidpofjmdlopbadma
Descrizione my TudiZudi
Dimensione del File 15.74 KB
Conteggio Installazioni 454
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-23
Data di Pubblicazione 2023-05-23
Valutazione 5.00/5 Totale 64 Valutazioni
Sviluppatore Sarah Brodie
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My TudiZudi",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "description": "my TudiZudi",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.openu.ac.il\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}