directSIDING

Log-in directo al SIDING desde Chrome

ما هو directSIDING؟

directSIDING هو إضافة Chrome تم تطويرها بواسطة wachunei، والميزة الرئيسية لها هي "Log-in directo al SIDING desde Chrome".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة directSIDING

قم بتنزيل ملفات الامتداد directSIDING بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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\/"
    ]
}