I got tired of filling out the same information for every application, so I made a Chrome extension to help with the process.
Right now it works for:
- Gender
- Hispanic - which is a yes or no
- Race - which is only asked if you're not Hispanic.
- Veteran Status
Currently this has been tested to work on:
- Greenhouse - in some cases this does not work, as they seem to occassionally use hidden selects and change what is displayed in the input via javascript, although it might actually work for the form submission itself, as it is changing the underlying select's value. I have not tested this myself.
This is currently a w.i.p as I plan on having most of the major fields auto fill in - first name, last name, LinkedIn, etc. I also need to improve the styling as well as only have it perform when you click fill form - as I don't want it to autofill on non job application forms.
I plan on adding:
First NameLast NameFull Name(just a combination of the first two)EmailPhone/mobile- Website
- Github (if all three of those are the same, it will preference your website)
- Authorized to work in country (will just assume US)
- Sponsor a work permit
It needs to check for an iframe and prematurely end and send the user an alert if it finds one. The extension cannot access anything within an iframe, outside of possibly through postMessage(), due to XSS concerns, so it's out of luck there.