Tel Aviv University Login Auto-Complete

Tel Aviv University Login Auto-Complete

What is Tel Aviv University Login Auto-Complete?

Tel Aviv University Login Auto-Complete is a Chrome extension developed by yoazmenda, and its main feature is "Tel Aviv University Login Auto-Complete".

Extension Screenshots

screenshot
screenshot

Download Tel Aviv University Login Auto-Complete Extension CRX File

Download Tel Aviv University Login Auto-Complete 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

                        Tired of manually typing your ID every time you want to log in?
Use this extension to auto fill your ID for you in the login screen.

Security:
(1) *Only* local storage is used ,and nothing is ever sent outside of your computer.
(2) The extension has no access to any other website besides TAU login screen.                    

Extension Basic Information

Name Tel Aviv University Login Auto-Complete Tel Aviv University Login Auto-Complete
ID mfejllcneidanomhkmafhmiajgmdnigo
Official URL https://chromewebstore.google.com/detail/tel-aviv-university-login/mfejllcneidanomhkmafhmiajgmdnigo
Description Tel Aviv University Login Auto-Complete
File Size 54.04 KB
Installation Count 240
Current Version 0.2
Last Updated 2020-11-17
Publish Date 2020-11-16
Rating 5.00/5 Total 2 Ratings
Developer yoazmenda
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tel Aviv University Login Auto-Complete",
    "version": "0.2",
    "description": "Tel Aviv University Login Auto-Complete",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "nidp.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/nidp.tau.ac.il\/nidp*"
            ]
        },
        {
            "js": [
                "ims.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.ims.tau.ac.il\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}