Kotnet Login (Nieuwe Toledo)

Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...

Что такое Kotnet Login (Nieuwe Toledo)?

Kotnet Login (Nieuwe Toledo) - это расширение Chrome, разработанное kotnetlogin2, и его основная функция - "Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Kotnet Login (Nieuwe Toledo)

Скачайте файлы расширений Kotnet Login (Nieuwe Toledo) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Werkt met nieuwe toledo!                    

Основная информация о расширении

Название Kotnet Login (Nieuwe Toledo) Kotnet Login (Nieuwe Toledo)
ID hmajnmepoaafendfoafldmdlaamgcija
Официальный URL https://chromewebstore.google.com/detail/kotnet-login-nieuwe-toled/hmajnmepoaafendfoafldmdlaamgcija
Описание Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...
Размер файла 20.25 KB
Количество установок 27
Текущая Версия 2.0.7.2
Последнее Обновление 2017-01-04
Дата публикации 2017-01-04
Рейтинг 5.00/5 Всего 3 оценок
Разработчик kotnetlogin2
Тип оплаты free
Официальный сайт расширения https://github.com/studentenraad/kotnetlogin-extension
Поддерживаемые языки en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kotnet Login (Nieuwe Toledo)",
    "manifest_version": 2,
    "version": "2.0.7.2",
    "homepage_url": "https:\/\/github.com\/studentenraad\/kotnetlogin-extension",
    "description": "__MSG_manifest_extensionDescription__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Kotnet Login",
        "default_icon": "icon\/icon_128.png"
    },
    "icons": {
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kuleuven.be\/*",
                "*:\/\/*.groept.be\/*",
                "*:\/\/limo.libis.be\/*",
                "*:\/\/*.hubrussel.be\/*",
                "*:\/\/*.katho.be\/*",
                "*:\/\/*.khbo.be\/*",
                "*:\/\/*.khleuven.be\/*",
                "*:\/\/*.khlim.be\/*",
                "*:\/\/*.lessius.eu\/*",
                "*:\/\/*.wenk.be\/*",
                "*:\/\/*.khk.be\/*",
                "*:\/\/*.kahosl.be\/*",
                "*:\/\/*.madfi2.be\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "init.js",
                "login.js",
                "redirect.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "default_locale": "en"
}