directSIDING

Log-in directo al SIDING desde Chrome

directSIDING란 무엇입니까?

directSIDING은(는) wachunei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Log-in directo al SIDING desde Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        **** ESTA EXTENSIÓN ESTÁ DESCONTINUADA ****

Usar directUC: http://bit.ly/directUC


——————————————————————

Entra a tu SIDING desde la barra de Chrome.

Características:
- Recuerda tus credenciales
- Ingreso automático
- Entra directo a tus IngCursos


Disclaimer: no se registra ninguna de tu información en algún servidor externo.

Disponible también para Firefox y Android

Desarrolladores:
Repositorio en GitHub: https://github.com/wachunei/directSIDING                    

확장 프로그램 기본 정보

이름 directSIDING directSIDING
ID oojmieopbocohlebignkdhdnechocabc
공식 URL https://chromewebstore.google.com/detail/directsiding/oojmieopbocohlebignkdhdnechocabc
설명 Log-in directo al SIDING desde Chrome
파일 크기 353 KB
설치 횟수 565
현재 버전 1.1
최근 업데이트 2014-03-12
출시 날짜 2014-03-12
평점 4.68/5 총 34 개의 평점
개발자 wachunei
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://wachunei.github.com/directSIDING/
도움말 페이지 URL http://facebook.com/directSIDING
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "directSIDING",
    "version": "1.1",
    "description": "Log-in directo al SIDING desde Chrome",
    "manifest_version": 2,
    "icons": {
        "16": "i\/icon_48.png",
        "48": "i\/icon_48.png",
        "128": "i\/icon_128.png",
        "256": "i\/icon_256.png"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ing.puc.cl\/*"
            ],
            "js": [
                "js\/jquery-2.0.0.min.js",
                "js\/background.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "i\/icon.png",
        "default_title": "Entrar al SIDING",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/*.ing.puc.cl\/"
    ]
}