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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } ] } |