SIASE VIP - FIME.me

Extension que mejora la usabilidad del sistema SIASE, agregando funciones de utilidad y mejoras visuales.

O que é SIASE VIP - FIME.me?

SIASE VIP - FIME.me é uma extensão do Chrome desenvolvida por https://fime.me, e sua principal característica é "Extension que mejora la usabilidad del sistema SIASE, agregando funciones de utilidad y mejoras visuales.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SIASE VIP - FIME.me

Baixe arquivos de extensão SIASE VIP - FIME.me no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Extensión original SIASE VIP. Te ayudará al inscribir tu materias y te mostrará links directos a los maestros para que puedas ver sus comentarios y calificaciones en la Lista de Maestros.                    

Informações Básicas da Extensão

Nome SIASE VIP - FIME.me SIASE VIP - FIME.me
ID pimccgmopbhicpkilibeiohbecmonhbc
URL Oficial https://chromewebstore.google.com/detail/siase-vip-fimeme/pimccgmopbhicpkilibeiohbecmonhbc
Descrição Extension que mejora la usabilidad del sistema SIASE, agregando funciones de utilidad y mejoras visuales.
Tamanho do Arquivo 460 KB
Contagem de Instalações 6,254
Versão Atual 2.0.5
Última Atualização 2021-02-26
Data de Publicação 2020-11-30
Classificação 4.50/5 Total de 74 Avaliações
Desenvolvedor https://fime.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://horarios.fime.me
URL da Página de Ajuda https://www.fime.me/discord
Idiomas Suportados es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SIASE VIP - FIME.me",
    "version": "2.0.5",
    "manifest_version": 2,
    "description": "Extension que mejora la usabilidad del sistema SIASE, agregando funciones de utilidad y mejoras visuales.",
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "*:\/\/*.uanl.mx\/*",
        "*:\/\/*.fime.me\/*",
        "*:\/\/siase-vip.test\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/eselcarrera.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/carrera.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/carrera.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/login.htm*",
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/uni_login.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/login.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/login.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/default.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/scrollbar.js",
                "js\/all.js",
                "js\/default.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/scrollbar.css",
                "css\/default.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/mainleftdin01.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/left_frame.js",
                "js\/scrollbar.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/general.css",
                "css\/scrollbar.css",
                "css\/left_frame.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/maincenter.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/center_frame.js",
                "js\/scrollbar.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/general.css",
                "css\/scrollbar.css",
                "css\/center_frame.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/maintop.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/top_frame.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/general.css",
                "css\/top_frame.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/*conskdx01.htm*",
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/econkdx01.htm*",
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/*conskdx01.r*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/scrollbar.js",
                "js\/utils.js",
                "js\/kardex.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/scrollbar.css",
                "css\/kardex.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/echalm01.htm*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/scrollbar.js",
                "js\/horario.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/scrollbar.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/eins01.htm*",
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/eins01.r*",
                "*:\/\/siase-vip.test\/*eins01*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/utils.js",
                "js\/menu_inscribir.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/eins03.htm*",
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/eins03.r*",
                "*:\/\/deimos.dgi.uanl.mx\/eins03.htm*",
                "*:\/\/siase-vip.test\/*eins03*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/scrollbar.js",
                "js\/utils.js",
                "js\/materia.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/scrollbar.css",
                "css\/materia.css"
            ]
        },
        {
            "matches": [
                "*:\/\/deimos.dgi.uanl.mx\/cgi-bin\/wspd_cgi.sh\/control.p*",
                "*:\/\/siase-vip.test\/*ver_horario*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/popper.js",
                "js\/bootstrap.js",
                "js\/scrollbar.js",
                "js\/utils.js",
                "js\/all.js",
                "js\/ver_horario.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/scrollbar.css",
                "css\/ver_horario.css"
            ]
        }
    ]
}