InsaChrome

Connectez-vous automatiquement au réseau wifi insa-invité, à cipcnet et au réseau insa, en un clic.

Что такое InsaChrome?

InsaChrome - это расширение Chrome, разработанное PLHery, и его основная функция - "Connectez-vous automatiquement au réseau wifi insa-invité, à cipcnet et au réseau insa, en un clic.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения InsaChrome

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

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

                        Sous licence Apache v2 - https://github.com/MrPointVirgule/InsaChrome

Cette extension vous connecte automatiquement (si vous allez sur un site insa, ou tombez sur une page de login) à insa-invité, moodle, zimbra, planete, et au réseau insa. Un bouton d'action (masquable) vous permet de vous connecter automatiquement si ce n'est pas fait, ainsi que de consulter le solde de sa carte, le nombre de mails non lu, et la confirmation de connexion.

En tapant dans la barre d'adresse "i" puis espace, puis un première lettre, vous aurez accès à plein de raccourcis : votre emploi du temps, vos mails, rechercher quelqu'un parmis les etudiants, parmis les cours moodle...

Pour le paramétrer : clic droit sur le bouton d'action, options.

N’hésitez-pas à me faire parvenir vos bugs. ([email protected])                    

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

Название InsaChrome InsaChrome
ID lpdlefamgmjigoiioihnhikabnmmelgk
Официальный URL https://chromewebstore.google.com/detail/insachrome/lpdlefamgmjigoiioihnhikabnmmelgk
Описание Connectez-vous automatiquement au réseau wifi insa-invité, à cipcnet et au réseau insa, en un clic.
Размер файла 877 KB
Количество установок 39
Текущая Версия 3.4.2
Последнее Обновление 2017-01-13
Дата публикации 2017-01-13
Рейтинг 4.94/5 Всего 16 оценок
Разработчик PLHery
Тип оплаты free
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "bower_components\/cryptojslib\/rollups\/aes.js",
            "bower_components\/axios\/dist\/axios.min.js",
            "background\/connect.js",
            "background\/information.js",
            "background\/omnibox.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_scripts\/insainvite.js"
            ],
            "matches": [
                "*:\/\/securelogin.arubanetworks.com\/upload\/custom\/guests\/centre.htm",
                "*:\/\/*.insa-lyon.fr\/upload\/custom\/CP_FILAIRE\/centre.htm"
            ]
        },
        {
            "js": [
                "content_scripts\/autoconnect.js"
            ],
            "matches": [
                "*:\/\/*.insa-lyon.fr\/*"
            ]
        }
    ],
    "description": "Connectez-vous automatiquement au r\u00e9seau wifi insa-invit\u00e9, \u00e0 cipcnet et au r\u00e9seau insa, en un clic.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "InsaChrome",
    "omnibox": {
        "keyword": "i"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/securelogin.arubanetworks.com\/*",
        "*:\/\/*.insa-lyon.fr\/*",
        "cookies",
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon\/icon128.png"
    ],
    "version": "3.4.2"
}