fERP

Stands for Feedback-ERP. Automation extension for IIT KGP ERP feedback

AGPL-3.0 License

Stars
39
  • Uses the same feedback type for all forms
  • Fills next form after previous form is submitted
  • Skips submitted forms, fills the remaining ones
  • User selects the feedback type for each form
  • Fills captcha & submit the form (auto/manual)
  • User decides the order of form submission

Fills the captcha, submits the feedback form (in case of cascade mode - repeats, until all forms are submitted)

Automatically downloads the admit card after all the forms are submitted using cascade mode

Form can be submitted by pressing Enter key after typing captcha in manual mode

Bypass confirmation pop-ups, which appear everytime a form is submitted

Has three feedback types, namely - positive, negative & neutral

Invoking a feedback type randomises the choice of available options


Manual Installation

It is recommended to install the extension from the respective extension stores for your browsers. However, if you encounter any problems, you can also manually install the extension from the source files in this repository.

Chrome

  1. Either download or clone this repository.
  2. Open new tab and type chrome://extensions on search bar.
  3. Toggle the DEVELOPER MODE on top right corner.
  4. Click LOAD UNPACKED option, browse to the cloned folder and select the extension-src/chrome folder.

[!Warning] You have to select the whole folder not just any file in particular.

Firefox

  1. Either download or clone this repository.
  2. Open new tab and type about:debugging#/runtime/this-firefox on search bar.
  3. Click on the Load Temporary Add-on... button under Load Temporary Extensions Section.
  4. Navigate to extension-src/firefox folder in your opened file navigator.
  5. Select the manifest.json file inside it and press open.

Standalone Scripts

[!Note] This project has undergone various significant changes and now incorporates "my versions" of "feedback fiilling scripts" into a browser extension which supports firefox, chrome and their derivatives.

  • If you're facing any issues with the extension, don't worry! You can still use the scripts as standalone files.
  • The steps to use these scripts for both firefox and chrome are mentioned here.

Contact

Acknowledgments

Additional Documentation