Chrome extension for downloading EPAS applicant files into a ZIP archive, including applicants.csv and an offline viewer.
  • JavaScript 98.3%
  • HTML 1.3%
  • CSS 0.3%
Find a file
2026-06-12 15:18:10 +02:00
archive-viewer [viewer] applicant -> application 2026-06-09 05:43:46 +02:00
icons add icons 2026-06-09 10:54:18 +02:00
lib add XLSX summary to the archive 2026-06-11 15:29:52 +02:00
content.js make button injection less brittle in list 2026-06-12 14:51:29 +02:00
LICENSE.txt add license 2026-06-09 05:43:46 +02:00
Makefile update Makefile 2026-06-09 11:17:24 +02:00
manifest.json bump version 2026-06-11 15:31:02 +02:00
README.md mention applications.xlsx 2026-06-12 15:18:10 +02:00
style.css make button injection less brittle in list 2026-06-12 14:51:29 +02:00
versions.json update versions.json 2026-06-11 15:37:39 +02:00

epas-ripper

Chrome extension for downloading EPAS applicant files into a ZIP archive, including applications.csv and an offline viewer.

Installation

Firefox

Chrome

  • open about:extensions from Chrome
  • turn on Developer mode (Entwicklermodus) if not done already
  • there are then 2 options:
    • on Linux, download the .crx extension file and drag-and-drop it to the about:extensions tab.
    • on Windows (macOS too?), download the .zip archive of this repository, extract it somewhere it does not risk begin moved or deleted and load the epas-ripper directory (located inside) using the "Load unpacked" ("Entpackte Erweiterung laden") button of the about:extensions tab.
  • Chrome will display security warnings which you need to check and accept.

Usage

After installing the extension in Chrome, open an EPAS job procedure page on personal.uni-graz.at, and use the rip button to create the archive.

The archive will contain:

  • one directory per applicant with the corresponding files
  • applications.csv, which contains a table with the details of each applicant
  • applications.xlsx,
  • viewer.html (+ auxiliary files), a static HTML file which can be use to browse the applicants' files. After opening it in a browser, you need to load the ZIP file you just downloaded.