Tel Aviv University Login Auto-Complete

Tel Aviv University Login Auto-Complete

什麼是Tel Aviv University Login Auto-Complete?

Tel Aviv University Login Auto-Complete是由yoazmenda開發的Chrome擴展程式,該擴展的主要功能是“Tel Aviv University Login Auto-Complete”。

擴展截圖

screenshot
screenshot

下載Tel Aviv University Login Auto-Complete擴展crx文件

下載Tel Aviv University Login Auto-Complete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tel Aviv University Login Auto-Complete Tel Aviv University Login Auto-Complete
ID mfejllcneidanomhkmafhmiajgmdnigo
官方網址 https://chromewebstore.google.com/detail/tel-aviv-university-login/mfejllcneidanomhkmafhmiajgmdnigo
簡介 Tel Aviv University Login Auto-Complete
檔案大小 54.04 KB
安裝次數 240
目前版本 0.2
更新時間 2020-11-17
上架時間 2020-11-16
評分 5.00/5 共 2 次評分
開發者 yoazmenda
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}