InsaChrome

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

InsaChrome란 무엇입니까?

InsaChrome은(는) PLHery에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connectez-vous automatiquement au réseau wifi insa-invité, à cipcnet et au réseau insa, en un clic."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

InsaChrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}