K.I.T. Auto Login

Kanazawa Insutitute Of Technology -Unofficial-

Qu'est-ce que K.I.T. Auto Login ?

K.I.T. Auto Login est une extension Chrome développée par KIES, et sa fonction principale est "Kanazawa Insutitute Of Technology -Unofficial-".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension K.I.T. Auto Login

Téléchargez les fichiers d'extension K.I.T. Auto 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

                        K.I.Tools                    

Informations de Base sur l'Extension

Nom K.I.T. Auto Login K.I.T. Auto Login
ID dpldfhjnkmhginfhfifinhfgdggdonbm
URL Officiel https://chrome.google.com/webstore/detail/kit-%E8%87%AA%E5%8B%95%E3%83%AD%E3%82%B0%E3%82%A4%E3%83%B3/dpldfhjnkmhginfhfifinhfgdggdonbm
Description Kanazawa Insutitute Of Technology -Unofficial-
Taille du Fichier 194 KB
Nombre d'Installations 16
Version Actuelle 0.2.1
Dernière Mise à Jour 2014-06-09
Date de Publication 2014-06-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur KIES
Type de Paiement free
URL de la Page d'Aide https://github.com/tknhs/K.I.Tools/issues
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "ja",
    "name": "__MSG_extName__",
    "version": "0.2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/github.com\/tknhs\/K.I.Tools",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mars10.mars.kanazawa-it.ac.jp\/kyuyo\/student",
                "http:\/\/portal10.mars.kanazawa-it.ac.jp\/sysportal\/StudentLogin?SYS=estimate",
                "http:\/\/portal10.mars.kanazawa-it.ac.jp\/portal\/student",
                "https:\/\/ras.kanazawa-it.ac.jp\/portal\/,DanaInfo=portal10.mars.kanazawa-it.ac.jp+student",
                "https:\/\/ras.kanazawa-it.ac.jp\/sysportal\/,DanaInfo=portal10.mars.kanazawa-it.ac.jp+StudentLogin?SYS=estimate",
                "https:\/\/ras.kanazawa-it.ac.jp\/dana-na\/auth\/url_default\/welcome.cgi"
            ],
            "js": [
                "assets\/js\/portal.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "assets\/js\/lib\/aes.js",
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}