directUC

Accede rápidamente a diferentes servicios de la UC.

What is directUC?

directUC is a Chrome extension developed by wachunei, and its main feature is "Accede rápidamente a diferentes servicios de la UC.".

Extension Screenshots

screenshot

Download directUC Extension CRX File

Download directUC 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

                        Extensión para alumnos y funcionarios de la Pontificia Universidad Católica de Chile que permite el ingreso directo a diferentes servicios ofrecidos por esta.

Guarda tu usuario y contraseña una sola vez y accede a través de una ventana emergente al presionar el botón.

Otras características:
- Modo directo, ingresa directamente a un servicio seleccionado al presionar el botón.
- Ingreso por Omnibox.
- Soporte para Correo UC, Portal UC, Canvas, LABMAT, SIDING, Biblioteca y Webcursos
— 
Github: http://git.io/directUC
Esta es una extensión no oficial y no guarda relación alguna con la Pontificia Universidad Católica de Chile                    

Extension Basic Information

Name directUC directUC
ID leflipcmaokfjdgpemeimelohgfdbdca
Official URL https://chromewebstore.google.com/detail/directuc/leflipcmaokfjdgpemeimelohgfdbdca
Description Accede rápidamente a diferentes servicios de la UC.
File Size 1001 KB
Installation Count 3,365
Current Version 1.3.1
Last Updated 2022-10-26
Publish Date 2020-06-10
Rating 4.90/5 Total 52 Ratings
Developer wachunei
Email [email protected]
Payment Type free
Extension Website http://fb.com/directUC
Help Page URL http://fb.com/directUC
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1",
    "name": "directUC",
    "manifest_version": 2,
    "author": "Pedro Pablo Aste Kompen ",
    "icons": {
        "16": "icon_16.397e8538.png",
        "32": "icon_32.8d9b6786.png",
        "48": "icon_48.ae810893.png",
        "128": "icon_128.1a4dc95f.png",
        "256": "icon_256.db8b7b68.png"
    },
    "description": "Accede r\u00e1pidamente a diferentes servicios de la UC.",
    "permissions": [
        "http:\/\/*.uc.cl\/*",
        "https:\/\/*.uc.cl\/*",
        "http:\/\/*.puc.cl\/*",
        "https:\/\/*.puc.cl\/*",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon_256.db8b7b68.png",
        "default_title": "Abrir directUC",
        "default_popup": "popup.1d1b5ef2.html"
    },
    "omnibox": {
        "keyword": "uc"
    },
    "background": {
        "scripts": [
            "background.d1fe7aef.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.338ad755.html",
        "open_in_tab": true
    },
    "content_scripts": [],
    "incognito": "split",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}