Tokyotech Matrix Auto Complete

This extension let you login Tokyo Tech Portal easily

Cos'è Tokyotech Matrix Auto Complete?

Tokyotech Matrix Auto Complete è un'estensione di Chrome sviluppata da https://sh8.io, e la sua funzione principale è "This extension let you login Tokyo Tech Portal easily".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tokyotech Matrix Auto Complete

Scarica i file di estensione Tokyotech Matrix Auto Complete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension let you login Tokyo Tech Portal easily                    

Informazioni di Base sull'Estensione

Nome Tokyotech Matrix Auto Complete Tokyotech Matrix Auto Complete
ID gflhfdbmjaoihkeihamfkdichcmeafkf
URL Ufficiale https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf
Descrizione This extension let you login Tokyo Tech Portal easily
Dimensione del File 38.47 KB
Conteggio Installazioni 92
Versione Corrente 1.13
Ultimo Aggiornamento 2020-04-01
Data di Pubblicazione 2020-03-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sh8.io
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sh8/titech_matrix
URL della Pagina di Aiuto https://github.com/sh8/titech_matrix
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tokyotech Matrix Auto Complete",
    "description": "This extension let you login Tokyo Tech Portal easily",
    "version": "1.13",
    "options_page": "register_matrix.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login?Template=idg_key*",
                "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login"
            ],
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/jquery.autotab.min.js",
                "js\/auto_login.js",
                "js\/register_matrix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "register_matrix.html"
    ]
}