directSIDING

Log-in directo al SIDING desde Chrome

directSIDING là gì?

directSIDING là một tiện ích mở rộng Chrome được phát triển bởi wachunei, và tính năng chính của nó là "Log-in directo al SIDING desde Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng directSIDING

Tải xuống các tệp mở rộng directSIDING dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **** 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên directSIDING directSIDING
ID oojmieopbocohlebignkdhdnechocabc
URL Chính Thức https://chromewebstore.google.com/detail/directsiding/oojmieopbocohlebignkdhdnechocabc
Mô tả Log-in directo al SIDING desde Chrome
Kích Thước Tệp 353 KB
Số Lần Cài Đặt 565
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-03-12
Ngày Phát Hành 2014-03-12
Đánh Giá 4.68/5 Tổng số 34 Đánh Giá
Nhà Phát Triển wachunei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://wachunei.github.com/directSIDING/
URL Trang Trợ Giúp http://facebook.com/directSIDING
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}