MODS SAES
Modificaciones para al SAES del IPN - México
什么是MODS SAES?
MODS SAES是由donxd开发的Chrome扩展程序,该扩展的主要功能是“Modificaciones para al SAES del IPN - México”。
扩展截图
下载MODS SAES扩展crx文件
下载MODS SAES扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | okaihfccgfhcjfineancjmhbooocebhn |
| 官方URL | https://chromewebstore.google.com/detail/mods-saes/okaihfccgfhcjfineancjmhbooocebhn |
| 简介 | Modificaciones para al SAES del IPN - México |
| 文件大小 | 108 KB |
| 安装次数 | 32,177 |
| 当前版本 | 0.71.1 |
| 更新时间 | 2020-10-05 |
| 上架时间 | 2019-09-18 |
| 评分 | 4.35/5 共248次评分 |
| 开发者 | donxd |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
]
} | |