directUC

Accede rápidamente a diferentes servicios de la UC.

directUC là gì?

directUC là một tiện ích mở rộng Chrome được phát triển bởi wachunei, và tính năng chính của nó là "Accede rápidamente a diferentes servicios de la UC.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng directUC

Tải xuống các tệp mở rộng directUC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên directUC directUC
ID leflipcmaokfjdgpemeimelohgfdbdca
URL Chính Thức https://chromewebstore.google.com/detail/directuc/leflipcmaokfjdgpemeimelohgfdbdca
Mô tả Accede rápidamente a diferentes servicios de la UC.
Kích Thước Tệp 1001 KB
Số Lần Cài Đặt 3,365
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2022-10-26
Ngày Phát Hành 2020-06-10
Đánh Giá 4.90/5 Tổng số 52 Đánh Giá
Nhà Phát Triển wachunei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://fb.com/directUC
URL Trang Trợ Giúp http://fb.com/directUC
Ngôn Ngữ Được Hỗ Trợ 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'"
}