MODS SAES
Modificaciones para al SAES del IPN - México
What is MODS SAES?
MODS SAES is a Chrome extension developed by donxd, and its main feature is "Modificaciones para al SAES del IPN - México".
Extension Screenshots
Download MODS SAES Extension CRX File
Download MODS SAES extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MODS SAES |
ID | okaihfccgfhcjfineancjmhbooocebhn |
Official URL | https://chromewebstore.google.com/detail/mods-saes/okaihfccgfhcjfineancjmhbooocebhn |
Description | Modificaciones para al SAES del IPN - México |
File Size | 108 KB |
Installation Count | 32,177 |
Current Version | 0.71.1 |
Last Updated | 2020-10-05 |
Publish Date | 2019-09-18 |
Rating | 4.35/5 Total 248 Ratings |
Developer | donxd |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |