directSIDING
Log-in directo al SIDING desde Chrome
What is directSIDING?
directSIDING is a Chrome extension developed by wachunei, and its main feature is "Log-in directo al SIDING desde Chrome".
Extension Screenshots
Download directSIDING Extension CRX File
Download directSIDING extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
**** 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
Extension Basic Information
Name | directSIDING |
ID | oojmieopbocohlebignkdhdnechocabc |
Official URL | https://chromewebstore.google.com/detail/directsiding/oojmieopbocohlebignkdhdnechocabc |
Description | Log-in directo al SIDING desde Chrome |
File Size | 353 KB |
Installation Count | 565 |
Current Version | 1.1 |
Last Updated | 2014-03-12 |
Publish Date | 2014-03-12 |
Rating | 4.68/5 Total 34 Ratings |
Developer | wachunei |
[email protected] | |
Payment Type | free |
Extension Website | http://wachunei.github.com/directSIDING/ |
Help Page URL | http://facebook.com/directSIDING |
Supported Languages | 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\/" ] } |