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
官方網址 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
電子郵箱 [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"
        }
    ]
}