Titech Portal Login

Auto Login to Titech Portal

Titech Portal Loginとは何ですか?

Titech Portal Loginはbvによって開発されたChromeの拡張機能で、その主な機能は「Auto Login to Titech Portal」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Titech Portal Login拡張機能のCRXファイルをダウンロード

Titech Portal Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is an Extension for Auto Login to Titech Portal.
When you login to the Portal, you can save time to pick up your student ID card.

You can initialize in option page.

When you go to the login page of the Portal, and you can login automatically.
However Account information and Matrix Code are stored in Local Storage, Please take responsibility for your actions.                    

拡張機能の基本情報

名前 Titech Portal Login Titech Portal Login
ID gakchdgcpjbchncgbflfkajcfpnbhohi
公式URL https://chromewebstore.google.com/detail/titech-portal-login/gakchdgcpjbchncgbflfkajcfpnbhohi
説明 Auto Login to Titech Portal
ファイルサイズ 534 KB
インストール数 6,298
現在のバージョン 0.2.4
最終更新日 2017-05-19
公開日 2017-05-19
評価 5.00/5 合計 8 レビュー
開発者 bv
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ja",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/jquery-3.2.1.min.js",
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login*"
            ],
            "js": [
                "scripts\/jquery-3.2.1.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}