directUC

Accede rápidamente a diferentes servicios de la UC.

directUC क्या है?

directUC wachunei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accede rápidamente a diferentes servicios de la UC."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में directUC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम directUC directUC
ID leflipcmaokfjdgpemeimelohgfdbdca
आधिकारिक URL https://chromewebstore.google.com/detail/directuc/leflipcmaokfjdgpemeimelohgfdbdca
विवरण Accede rápidamente a diferentes servicios de la UC.
फ़ाइल का आकार 1001 KB
स्थापना संख्या 3,365
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2022-10-26
प्रकाशन तिथि 2020-06-10
रेटिंग 4.90/5 कुल 52 रेटिंग्स
डेवलपर wachunei
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://fb.com/directUC
सहायता पृष्ठ URL http://fb.com/directUC
समर्थित भाषाएँ 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'"
}