MODS SAES
Modificaciones para al SAES del IPN - México
MODS SAESคืออะไร?
MODS SAES เป็นส่วนขยายของ Chrome ที่พัฒนาโดย donxd และคุณลักษณะหลักของมันคือ "Modificaciones para al SAES del IPN - México"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MODS SAES
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
]
} | |