My TudiZudi

my TudiZudi

What is My TudiZudi?

My TudiZudi is a Chrome extension developed by Sarah Brodie, and its main feature is "my TudiZudi".

Extension Screenshots

screenshot

Download My TudiZudi Extension CRX File

Download My TudiZudi 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

                        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.

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

Extension Basic Information

Name My TudiZudi My TudiZudi
ID bdkfjhkiflngknimidpofjmdlopbadma
Official URL https://chromewebstore.google.com/detail/my-tudizudi/bdkfjhkiflngknimidpofjmdlopbadma
Description my TudiZudi
File Size 15.74 KB
Installation Count 454
Current Version 1.0
Last Updated 2023-05-23
Publish Date 2023-05-23
Rating 5.00/5 Total 64 Ratings
Developer Sarah Brodie
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}