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