LLM Form Filler의 버전 기록 - 22개 버전
LLM Form Filler 제작자: Georges_Paul
LLM Form Filler의 버전 기록 - 22개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.21
2026년 5월 17일에 출시 - 654.02 KBfirefox 58.0 이상에서 작동Fixed form parsing and prompt to focus on visible elements only.MIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 1.20
2026년 5월 17일에 출시 - 652.47 KBfirefox 58.0 이상에서 작동fix loading bar showing 100% before doneMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.19
2026년 5월 17일에 출시 - 651.47 KBfirefox 58.0 이상에서 작동Implemented multiple passes to checked filled values stuck + handle dynamically changing forms.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.18
2026년 4월 21일에 출시 - 647.19 KBfirefox 58.0 이상에서 작동FixesSyncfusion and other masked date inputs (e.g. dd-mm-aaaa) now fill correctly. Previously the month segment could be dropped because the component only accepts per-character digit input.
React/Vue/Angular controlled inputs that ignore raw element.value = ... assignment now fill via the native prototype value setter.
Native <select> option matching is more forgiving: numeric equivalence ("4" matches "04"), prefix match either direction ("Apr" <-> "April"), and substring fallback.
Custom ARIA comboboxes (MUI, Ant Design, Chakra, etc.) are detected and filled by opening the popup and clicking the matching option. Date pickers are excluded so they get typed into instead.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.17
2026년 4월 20일에 출시 - 644.38 KBfirefox 58.0 이상에서 작동Improved filling logic: priority on visual analysis of form.
Switched to Opus 4.7 as recommended model.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.16
2026년 4월 15일에 출시 - 643.89 KBfirefox 58.0 이상에서 작동New form-filling engine.
FormFill no longer depends on the external OmniParser service. It now uses a single call to a modern vision-capable AI model (Claude Opus 4.6 by default) that looks at the page the same way you do, combined with a fast rule-based pre-pass for common fields like name, email, address, and phone. Result: fewer moving parts, no Replicate account needed, and noticeably better matching on complex forms.
KeePass support. Connect your .kdbx password database and fill usernames and passwords
directly from it. A dedicated "Fill User/Pass" button appears in the popup; if multiple
matching entries exist for the site, you get a picker to choose the right one.
Live fill overlays. During a vision fill, FormFill now draws color-coded boxes over each
detected field so you can see what's happening in real time:
- Gray - field detected
- Green - filled from a built-in rule (e.g. autocomplete attribute)
- Blue - filled by the AI
- Orange - no suitable value found in your profile
- Yellow pulse - field currently being filled
Boxes clear automatically once filling finishes.
Easier model selection. The LLM Config page now has one-click preset buttons for the
recommended vision models: Claude Opus 4.6, Claude Sonnet 4.5, GPT-5, and Qwen2.5-VL 72B.
Reliability fixes.
- Forms inside cross-origin iframes now fill correctly.
- Checkboxes and radio buttons are handled properly, including unchecked states.
- Dropdowns that the AI occasionally missed are now picked up by a fallback detector.
- Fixed a race condition where the popup would sometimes report "complete" before the
main page had finished.
- Miscellaneous stability improvements around dynamic forms that change as you fill them.
Settings cleanup. The old OmniParser / Replicate configuration has been removed from the
options page since it is no longer needed.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.15
2026년 1월 31일에 출시 - 596.51 KBfirefox 58.0 이상에서 작동Added option to fill forms based on visual page analysis (experimental). Requires Replicate API key on top of existing LLM Openrouter API key.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.14
2026년 1월 30일에 출시 - 583.35 KBfirefox 58.0 이상에서 작동Fix concurrency issues in extension.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.13
2026년 1월 22일에 출시 - 582.92 KBfirefox 58.0 이상에서 작동Fixed "stop filling" sometimes not responding correctly
Faster fillingMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.12
2026년 1월 22일에 출시 - 582.01 KBfirefox 58.0 이상에서 작동Much faster filling using less LLM credits
Added proper loading bar and fixed existing loading bar issues
Fixed various minor issuesMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.11
2025년 9월 9일에 출시 - 566.33 KBfirefox 58.0 이상에서 작동Fixed bug in last release. Added custom prompt entry.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.10
2025년 9월 9일에 출시 - 566.77 KBfirefox 58.0 이상에서 작동Completely changed layout.
Can now fill forms that require multiple profiles of different people/organizations.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9
2025년 7월 15일에 출시 - 583.46 KBfirefox 58.0 이상에서 작동Fixed some security issues.
Nicer buttons.
Fixed extension icon issues.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8
2025년 7월 10일에 출시 - 727.76 KBfirefox 58.0 이상에서 작동Added a stop button to stop cancel filling.
Fixed progress bar not working.
Fixed free input text field only accepting one line.
<3 Grok 4MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.7
2025년 6월 27일에 출시 - 726.8 KBfirefox 58.0 이상에서 작동Improved simulated typing for data entry into form fields.
Improved simulated page click to focus form.
Improved error log messages.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.6
2025년 1월 19일에 출시 - 725.85 KBfirefox 58.0 이상에서 작동When configuring a new LLM API, and exiting the config window, the LLM was not automatically selected. This is now fixed.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.5
2024년 10월 9일에 출시 - 725.01 KBfirefox 58.0 이상에서 작동Fixes bug where the test profile doesn't get loaded on first load.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.4
2024년 10월 9일에 출시 - 724.96 KBfirefox 58.0 이상에서 작동Fixes a bug that caused the extension not to load properly.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.3
2024년 10월 6일에 출시 - 724.93 KBfirefox 58.0 이상에서 작동Fixes (hopefully) a small bug where the default profile doesn't get loaded on first start of the extension.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.2
2024년 10월 6일에 출시 - 724.88 KBfirefox 58.0 이상에서 작동You can now configure your LLM of choice. Use either a self-hosted local LLM through the Ollama app (external app) or use any third party LLM of choice through openrouter.ai
Beware: if you chose to use a third-party online LLM (unlike Ollama) your personal information will be sent to the third party LLM for processing. If you don't like this: use Ollama which runs offline with a model of your choice running on your own machine.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.1
2024년 7월 12일에 출시 - 674.91 KBfirefox 58.0 이상에서 작동Added status updates during filling.MIT 라이선스에 따라 릴리스된 소스 코드