Titech Portal Login

Auto Login to Titech Portal

Qu'est-ce que Titech Portal Login ?

Titech Portal Login est une extension Chrome développée par bv, et sa fonction principale est "Auto Login to Titech Portal".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Titech Portal Login

Téléchargez les fichiers d'extension Titech Portal Login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Titech Portal Login Titech Portal Login
ID gakchdgcpjbchncgbflfkajcfpnbhohi
URL Officiel https://chromewebstore.google.com/detail/titech-portal-login/gakchdgcpjbchncgbflfkajcfpnbhohi
Description Auto Login to Titech Portal
Taille du Fichier 534 KB
Nombre d'Installations 6,298
Version Actuelle 0.2.4
Dernière Mise à Jour 2017-05-19
Date de Publication 2017-05-19
Évaluation 5.00/5 Total 8 Évaluations
Développeur bv
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}