MODS SAES

Modificaciones para al SAES del IPN - México

MODS SAES란 무엇입니까?

MODS SAES은(는) donxd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modificaciones para al SAES del IPN - México"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MODS SAES 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MODS SAES MODS SAES
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"
        }
    ]
}