Job Application Auto-Filler - WorkDay

Auto-fill job application forms on WorkDay by first adding all sections, then filling them.

作者
hacker09
今日安裝
0
安裝總數
1
評價
0 0 0
版本
2
建立日期
2025-08-20
更新日期
2025-08-20
尺寸
15.5 KB
授權條款
未知
腳本執行於


How to Install scripts? (Click here)


If you like my work, please consider supporting it! (Cryptos / Patreon / Ko-Fi / BuyMeACoffee https://cyber-sec0.github.io)

📄 Job Application Auto-Filler Guide

Adding Your Information

This is the most important step. You need to replace the placeholder data in the script with your own information.

  1. Click the Tampermonkey icon in your browser and select "Dashboard".
  2. Click on the "Job Application Auto-Filler" script name to open the editor.
  3. Find the section that starts with const formData = {. This is where all your personal data goes.
  4. Carefully replace the sample data with your own. Use the sample data in the code as a guide for formatting.
  5. Once you're done, go to File > Save.

How to Format Your Data

To ensure the script works correctly, follow these formatting rules:

  • Order: For Work Experience and Education, always list the most recent item first, followed by the next most recent, and so on.
  • Work Summary: To create bullet points in your job summary, use "•" followed by your text. To create a space between bullet points, use \n\n as shown in the sample.
  • Current Job: If you are currently working at a job, set currentlyWork: true, and leave endMonth and endYear empty (e.g., "").
  • Skills: Write all your skills in a single line, separated by a comma and a space (e.g., "HTML, CSS, JavaScript").
  • Languages: For proficiency, you must use the exact text from the dropdown menu on the website. The sample provides common examples, but you may need to adjust them.


Using the Script

Once the script is installed and configured, using it is simple:

  1. Navigate to a Workday job application website page.
  2. A blue button labeled "Auto-Fill Form" will appear at the top-right corner of the page, after you are on a URL that contains /apply/ .
  3. Click the button. The script will first add all the necessary sections for your work history and education, then it will begin filling in all the data you provided.
  4. Let the script run. It may take a moment. The button will say "Filling..." while it's working.
  5. *Recommended but not needed: Review the form after the script finishes to ensure all information is correct.