LinkedIn Easy Apply AutoApply
Automatically applies to LinkedIn Easy Apply job postings.
Automatically unchecks the 'Follow company' checkbox when applying for jobs on LinkedIn
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
Take control of your LinkedIn experience and stop unwanted company follows!
This extension automatically unchecks the "Follow Company" checkbox when applying for jobs.
What it does:
- Automatically unchecks the "Follow Company" checkbox during job applications
- Works on all LinkedIn job pages
- Easy enable/disable toggle
查看最近评论和评分分布。
商店综合星级:4.3。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Automatically applies to LinkedIn Easy Apply job postings.
Revert Google Images to classic view & disable Lens for a simpler, nostalgic search experience.
Hide jobs you have already applied to from your job search results on LinkedIn, with configurable options.
Automate the easy apply process on LinkedIn job listings.
Automatically unchecks the 'Follow <Company> to stay up to date with their page.' checkbox when using LinkedIn Easy Apply.
Teemo AI helps job seekers fill out repetitive applications faster using smart automation. Works on popular job platforms
This used to work for me but it seems slightly buggy? Sometimes the checkmark would not get undone, but it still worked, a bit confusing. Anyway, I wrote the whole thing myself, I now use this as a Tampermonkey userscript ``` (function() { document.addEventListener('click', (event) => { const applyButton = event.target.closest('button#jobs-apply-button-id:not([role="link"])'); if (!applyButton) return; setTimeout(() => { const applyModal = document.querySelector('[data-test-modal-id="easy-apply-modal"]'); if (!applyModal) return; const uncheckFollowIfExists = () => { const checkbox = applyModal.querySelector('input#follow-company-checkbox[type="checkbox"]'); if (checkbox && checkbox.checked) { checkbox.click(); console.debug('Auto-unchecked the company follow checkbox.'); return true; } return false; } if (uncheckFollowIfExists()) { return; } const applyModalObserver = new MutationObserver((_mutations, observer) => { if (uncheckFollowIfExists()) { observer.disconnect(); } }); applyModalObserver.observe(applyModal, { childList: true, subtree: true }); }, 10); }); })(); ```
January 2026 - it doesn't work
the follow company checkbox appeared checked for me still, but it does actually result in not following the company afterwards if you check, so it works
Works great
Simple but does the job, I'm tired of unchecking that annoying box.
Thanks a lot :)