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是由Yonatan Avni開發的Chrome擴展程式,該擴展的主要功能是“Updated for 2024! Auto enter your ID to Tel Aviv University's websites. Set once and forget about it!”。
擴展截圖
下載TAZ - TAU Moodle ID Autofill擴展crx文件
下載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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |