自動認証 for Tokyo Tech Potral

東工大ポータルに自動でログインします。

What is 自動認証 for Tokyo Tech Potral?

自動認証 for Tokyo Tech Potral is a Chrome extension developed by bts0819, and its main feature is "東工大ポータルに自動でログインします。".

Extension Screenshots

screenshot

Download 自動認証 for Tokyo Tech Potral Extension CRX File

Download 自動認証 for Tokyo Tech Potral extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        アドレスバーの右に表示されるアイコンを右クリックし、オプションからアカウント情報を設定してください。                    

Extension Basic Information

Name 自動認証 for Tokyo Tech Potral 自動認証 for Tokyo Tech Potral
ID cbmpoenbblaconibfgbbmlbikohiidio
Official URL https://chromewebstore.google.com/detail/%E8%87%AA%E5%8B%95%E8%AA%8D%E8%A8%BC-for-tokyo-tech-potra/cbmpoenbblaconibfgbbmlbikohiidio
Description 東工大ポータルに自動でログインします。
File Size 18.17 KB
Installation Count 327
Current Version 1.0
Last Updated 2019-12-20
Publish Date 2019-12-20
Developer bts0819
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u81ea\u52d5\u8a8d\u8a3c for Tokyo Tech Potral",
    "manifest_version": 2,
    "version": "1.0",
    "description": "\u6771\u5de5\u5927\u30dd\u30fc\u30bf\u30eb\u306b\u81ea\u52d5\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u6771\u5de5\u5927\u30dd\u30fc\u30bf\u30eb\n\u81ea\u52d5\u30ed\u30b0\u30a4\u30f3"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.titech.ac.jp\/"
            ],
            "js": [
                "login.js"
            ]
        },
        {
            "matches": [
                "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login*"
            ],
            "js": [
                "authentication.js"
            ]
        },
        {
            "matches": [
                "https:\/\/wlanauth.noc.titech.ac.jp\/fs\/customwebauth\/techauth.html*"
            ],
            "js": [
                "loginWlan.js"
            ]
        }
    ]
}