Skip to content
forked from proffapt/fERP

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

License

Notifications You must be signed in to change notification settings

jameel-azad/fERP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

Automates the process of filling up feedback form in ERP for IIT KGP students


Cascading Mode (Default) Selective Mode

mode1

mode2

  • Uses the same feedback type for all forms
  • Fills the next form after user submits previous form
  • Skips submitted forms, fills the remaining ones
  • User selects the feedback type for each form
  • Type the captcha and submit the form
  • User decides the order of form submission

Form can be submitted by pressing Enter key just after typing the captcha

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

Invoking a feedback type randomises the choice of available options

Re-fills the form with previously given feedback type, if wrong captcha was typed
get fERP from mozilla add-on store get fERP from chrome web store

Table of Contents
  1. Manual Installation
  2. Standalone Scripts
  3. Contact
  4. Acknowledgments
  5. Additional Documentation

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.

(back to top)

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.

(back to top)

Contact

📫 Arpit Bhardwaj ( aka proffapt ) - proffapt's Twitter proffapt's Telegram proffapt's LinkedIn proffapt's mail proffapt's forum for cybernity

(back to top)

Acknowledgments

(back to top)

Additional Documentation

(back to top)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.4%
  • HTML 15.8%
  • CSS 13.8%