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
电子邮箱 [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"
        }
    ]
}