GESPJUD
Complemento para los sistemas utilizados en el Poder Judicial de Chile
What is GESPJUD?
GESPJUD is a Chrome extension developed by Wladimir Cortés, and its main feature is "Complemento para los sistemas utilizados en el Poder Judicial de Chile".
Extension Screenshots
Download GESPJUD Extension CRX File
Download GESPJUD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GESPJUD |
ID | iabbkndiicmgpplpfpdnbcndjflipljg |
Official URL | https://chromewebstore.google.com/detail/gespjud/iabbkndiicmgpplpfpdnbcndjflipljg |
Description | Complemento para los sistemas utilizados en el Poder Judicial de Chile |
File Size | 44.58 KB |
Installation Count | 177 |
Current Version | 0.0.20 |
Last Updated | 2019-06-26 |
Publish Date | 2019-06-26 |
Developer | Wladimir Cortés |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |