GESPJUD
Complemento para los sistemas utilizados en el Poder Judicial de Chile
Was ist GESPJUD?
GESPJUD ist eine Chrome-Erweiterung, die von Wladimir Cortés entwickelt wurde, und ihr Hauptmerkmal ist "Complemento para los sistemas utilizados en el Poder Judicial de Chile".
Erweiterungsscreenshots
GESPJUD-Erweiterungs-CRX-Datei herunterladen
Laden Sie GESPJUD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extensión exclusiva para sistemas SITCO Y SITLA del Poder Judicial de Chile Gestiona la descarga de archivos. Sobrescribe los archivos con extensión “.do” Para el resto de archivos mantiene la forma nativa de descarga de Chrome, generando versiones para los archivos con el mismo nombre (1)..(2)..(3). Antepone la hora de la descarga en el nombre de cada archivo. Además crea un directorio para todas las descargas de SITCO y SITLA. Cierra las ventanas emergentes una vez completada la descarga. Permite pegar y consultar una causa en gestión tramitar, a partir de un RIT ubicado en el porta-papeles.
Grundlegende Informationen zur Erweiterung
Name | GESPJUD |
ID | iabbkndiicmgpplpfpdnbcndjflipljg |
Offizielle URL | https://chromewebstore.google.com/detail/gespjud/iabbkndiicmgpplpfpdnbcndjflipljg |
Beschreibung | Complemento para los sistemas utilizados en el Poder Judicial de Chile |
Dateigröße | 44.58 KB |
Installationsanzahl | 177 |
Aktuelle Version | 0.0.20 |
Letztes Update | 2019-06-26 |
Veröffentlichungsdatum | 2019-06-26 |
Entwickler | Wladimir Cortés |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GESPJUD", "short_name": "Complemnto sistemas del Poder Judicial de Chile", "description": "Complemento para los sistemas utilizados en el Poder Judicial de Chile", "version": "0.0.20", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "minimum_chrome_version": "26.0.1428", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "contextMenus", "downloads", "clipboardRead" ], "content_scripts": [ { "matches": [ "http:\/\/*\/SITCOWEB*", "http:\/\/*\/SITLAWEB*" ], "js": [ "contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |