directUC

Accede rápidamente a diferentes servicios de la UC.

directUC란 무엇입니까?

directUC은(는) wachunei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accede rápidamente a diferentes servicios de la UC."입니다.

확장 프로그램 스크린샷

screenshot

directUC 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}