<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vimal Kumar Jain</title>
    <description>The latest articles on DEV Community by Vimal Kumar Jain (@vimal_kumarjain_fffcff86).</description>
    <link>https://dev.to/vimal_kumarjain_fffcff86</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4129664%2F5d3829a8-1693-4d81-a6bc-75b7fb5f8564.png</url>
      <title>DEV Community: Vimal Kumar Jain</title>
      <link>https://dev.to/vimal_kumarjain_fffcff86</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vimal_kumarjain_fffcff86"/>
    <language>en</language>
    <item>
      <title>I built a free Chrome extension to stop retyping the same job application 50 times</title>
      <dc:creator>Vimal Kumar Jain</dc:creator>
      <pubDate>Thu, 17 Sep 2026 10:28:04 +0000</pubDate>
      <link>https://dev.to/vimal_kumarjain_fffcff86/i-built-a-free-chrome-extension-to-stop-retyping-the-same-job-application-50-times-544a</link>
      <guid>https://dev.to/vimal_kumarjain_fffcff86/i-built-a-free-chrome-extension-to-stop-retyping-the-same-job-application-50-times-544a</guid>
      <description>&lt;p&gt;A few months ago I was job hunting and doing the math on how much time I was burning: same work history, same dates, same bullet points, typed into a slightly different form on every ATS. LinkedIn Easy Apply, Greenhouse, Lever, Workday — all asking for the same 20 fields with different labels.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://applycandid.com" rel="noopener noreferrer"&gt;ApplyCandid&lt;/a&gt;, a free Chrome extension that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scores how well your resume actually matches a job posting before you spend time applying&lt;/li&gt;
&lt;li&gt;Tailors your resume with AI for a specific listing&lt;/li&gt;
&lt;li&gt;Autofills the application form itself — text fields, dropdowns, even the screening questions — across LinkedIn, Greenhouse, Lever, Workday, and most major ATS platforms&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's free, no signup wall to try it on your first few applications.&lt;/p&gt;

&lt;p&gt;Some things I learned building the autofill part that might be useful if you're working on anything similar:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;ATS forms are not standardized at all.&lt;/strong&gt; Two "Years of experience" fields on two different Greenhouse-powered career pages can have completely different DOM structures depending on how the company customized their careers page.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Combobox/searchable dropdowns are the hardest part.&lt;/strong&gt; A lot of ATS platforms use type-to-search comboboxes for things like "Location" or "University" — you can't just set &lt;code&gt;.value&lt;/code&gt;, you have to actually simulate typing and wait for the option list to render.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Detecting "no AI allowed" and CAPTCHA-protected forms matters&lt;/strong&gt; — some companies explicitly ban AI-assisted applications in their terms, so the extension needs to back off rather than silently fill those out.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Would love feedback from anyone who's dealt with browser automation across a wide variety of third-party sites — happy to answer questions about the approach.&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
  </channel>
</rss>
