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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |