directSIDING
Log-in directo al SIDING desde Chrome
什么是directSIDING?
directSIDING是由wachunei开发的Chrome扩展程序,该扩展的主要功能是“Log-in directo al SIDING desde Chrome”。
扩展截图
下载directSIDING扩展crx文件
下载directSIDING扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
**** 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 |
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\/" ] } |