directSIDING
Log-in directo al SIDING desde Chrome
Wat is directSIDING?
directSIDING is een Chrome-extensie ontwikkeld door wachunei, en de belangrijkste functie is "Log-in directo al SIDING desde Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie directSIDING
Download directSIDING-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
**** 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 Basisinformatie over de Extensie
| Naam | |
| ID | oojmieopbocohlebignkdhdnechocabc |
| Officiële URL | https://chromewebstore.google.com/detail/directsiding/oojmieopbocohlebignkdhdnechocabc |
| Beschrijving | Log-in directo al SIDING desde Chrome |
| Bestandsgrootte | 353 KB |
| Aantal Installaties | 565 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-03-12 |
| Publicatiedatum | 2014-03-12 |
| Beoordeling | 4.68/5 Totaal 34 Beoordelingen |
| Ontwikkelaar | wachunei |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://wachunei.github.com/directSIDING/ |
| Help Pagina-URL | http://facebook.com/directSIDING |
| Ondersteunde Talen | 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\/"
]
} | |