MODS SAES

Modificaciones para al SAES del IPN - México

Wat is MODS SAES?

MODS SAES is een Chrome-extensie ontwikkeld door donxd, en de belangrijkste functie is "Modificaciones para al SAES del IPN - México".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MODS SAES

Download MODS SAES-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extensión que agrega funcionalidades y aplica algunas correcciones al sitio web SAES del IPN. Algunas de las mejoras son:

Filtros para las secciones de HORARIO DE CLASES y OCUPABILIDAD.

Arma horarios

Autoidentificación

Etc.                    

Basisinformatie over de Extensie

Naam MODS SAES MODS SAES
ID okaihfccgfhcjfineancjmhbooocebhn
Officiële URL https://chromewebstore.google.com/detail/mods-saes/okaihfccgfhcjfineancjmhbooocebhn
Beschrijving Modificaciones para al SAES del IPN - México
Bestandsgrootte 108 KB
Aantal Installaties 32,177
Huidige Versie 0.71.1
Laatst Bijgewerkt 2020-10-05
Publicatiedatum 2019-09-18
Beoordeling 4.35/5 Totaal 248 Beoordelingen
Ontwikkelaar donxd
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MODS SAES",
    "version": "0.71.1",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "minimum_chrome_version": "18",
    "default_locale": "es",
    "icons": {
        "16": "\/css\/fu_16.png",
        "48": "\/css\/fu_48.png",
        "128": "\/css\/fu_128.png"
    },
    "permissions": [
        "*:\/\/*.ipn.mx\/*"
    ],
    "homepage_url": "https:\/\/www.facebook.com\/SaesIpnMods",
    "options_page": "opciones.html",
    "background": {
        "scripts": [
            "segundoPlano.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "css\/menos.png",
        "css\/1.jpg",
        "css\/2.jpg",
        "css\/conf.png",
        "css\/p32.png",
        "css\/f32.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ipn.mx\/PDF\/Alumnos\/Reinscripciones\/*"
            ],
            "js": [
                "sec.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.ipn.mx\/*"
            ],
            "css": [
                "estilo.css"
            ],
            "js": [
                "jsX.js"
            ],
            "run_at": "document_end"
        }
    ]
}