diff --git a/README.md b/README.md index 9c61c8e..a2ea432 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # epas-ripper -Chrome extension for downloading EPAS applicant files into a ZIP archive, including `applicants.csv` and an offline viewer. +Chrome extension for downloading EPAS applicant files into a ZIP archive, including `applications.csv` and an offline viewer. ## Installation +### Firefox +- Click [here](https://imsc.uni-graz.at/git/gjankowiak/epas-ripper/raw/branch/chrome/releases/epas-ripper-0.2.1-signed.xpi). + +### Chrome - open `about:extensions` from Chrome - turn on Developer mode (Entwicklermodus) if not done already - there are then 2 options: @@ -18,5 +22,5 @@ After installing the extension in Chrome, open an EPAS job procedure page on `pe The archive will contain: - one directory per applicant with the corresponding files -- applicants.csv, which contains a table with the details of each applicant +- `applications.csv`, which contains a table with the details of each applicant - `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. For this to work properly, you should _extract_ the `applications[...].zip` file first.