Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

AI Form Fill Helper의 버전 기록 - 19개 버전

AI Form Fill Helper 제작자: Ivo Stoykov

5점 만점에 5점
5 / 5
5
1
4
0
3
0
2
0
1
0
AI Form Fill Helper의 버전 기록 - 19개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.29.15

    2026년 3월 17일에 출시 - 89.13 KB
    firefox 109.0a1 이상에서 작동
    Changed
    • Major UI improvement: Replaced floating tooltip suggestions with placeholder-based suggestions
    • Suggestions now appear directly in the field's placeholder text
    • Apply suggestions by pressing Enter or Tab
    • No more positioning issues or iframe visibility problems
    • Cleaner, more native user experience

    Added
    • Context menu toggle for auto-suggestions (on/off)
    • Smart positioning logic for future tooltip features (supports right, left, above, below, and overlay positions)
    • Styled placeholder suggestions (bold, blue, italic) for better visibility
    • Extracted CSS to separate file (src/css/content.css) for better maintainability

    Fixed
    • Fixed settings preservation when toggling auto-suggestions after service worker restart
    • Fixed content script state synchronisation for auto-suggestions toggle
    • Fixed Tab key behaviour for inputs outside form elements
    • Fixed auto-suggestions to only target standard input elements (removed contenteditable and ARIA textbox support)
    • Empty suggestions no longer shown when no matching value exists

    Removed
    • Removed obsolete Ctrl+Shift+Left/Right Arrow keyboard shortcuts
    • Removed floating proposal tooltip implementation
    • Removed dynamic style element creation (now uses static CSS file)

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.29.10

    2026년 3월 17일에 출시 - 89.14 KB
    firefox 109.0a1 이상에서 작동
    • Added context menu toggle for auto-suggestions (on/off)
    • Fixed settings preservation when toggling auto-suggestions after service worker restart
    • Fixed content script state synchronisation for auto-suggestions toggle
    • Added export functionality for dataset entries
    • Added import functionality for dataset entries
    • Fixed minor issues in import process

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.28.83

    2026년 3월 10일에 출시 - 86.52 KB
    firefox 109.0a1 이상에서 작동
    • replaced modal dialog with non-blocking ribbon
    • Fixed initialization race in data-dependent context menu
    • Feedback improved - success messages only shown when fields are actually filled
    • Simplified context menu
    • Eliminated unnecessary menu rebuilds
    • Menu now rebuilds only when dataset entries change
    • Added clipboard feedback for empty proposal scenarios
    • Added 23 integration tests
    • Expanded test coverage to 49 tests total (26 utils + 23 integration)

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.28.80

    2026년 3월 9일에 출시 - 86.57 KB
    firefox 109.0a1 이상에서 작동
    • Fixed IPv6 localhost detection (::1) to prevent false security warnings
    • Fixed embedding cache invalidation when provider/model changes via options page
    • Fixed stale backend selection after changing provider/model in options
    • Added security warnings for non-local/insecure embedding endpoints
    • Updated documentation to accurately describe sync storage behaviour
    • Refactored metadata collection to on-demand only (no longer automatic on right-click)
    • Separated clipboard operations into explicit context menu commands
    • Added CSS.escape() to prevent selector breakage with special characters
    • Added comprehensive testing infrastructure with 26 unit tests

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.27.75

    2026년 2월 18일에 출시 - 84.82 KB
    firefox 109.0a1 이상에서 작동
    Refactored to sendMessage architecture and removed executeScript calls
    Added support for custom textbox components
    Fixed selector generation for IDs starting with numbers
    Implemented frame-based form filling with targeted message passing
    Added placeholder attribute to field detection for better AI matching
    Code cleanup: removed dead code, fixed typos, added missing awaits

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.27.73

    2026년 2월 17일에 출시 - 84.81 KB
    firefox 109.0a1 이상에서 작동
    Refactored to sendMessage architecture and removed executeScript calls
    Added support for custom textbox components
    Fixed selector generation for IDs starting with numbers
    Implemented frame-based form filling with targeted message passing
    Added placeholder attribute to field detection for better AI matching
    Code cleanup: removed dead code, fixed typos, added missing awaits

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.27.70

    2026년 2월 17일에 출시 - 84.77 KB
    firefox 109.0a1 이상에서 작동
    • Refactored to sendMessage architecture and removed executeScript calls
    • Added support for custom textbox components
    • Fixed selector generation for IDs starting with numbers
    • Implemented frame-based form filling with targeted message passing
    • Added placeholder attribute to field detection for better AI matching
    • Code cleanup: removed dead code, fixed typos, added missing awaits

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.17.20

    2025년 3월 20일에 출시 - 86.23 KB
    firefox 109.0a1 이상에서 작동
    Added:
    - minor bug fixes
    - pseudo input field fill in improved
    The full change log is available here: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    Report bugs and suggest improvements https://github.com/ivostoykov/AIWebFormFill/issues

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.17.17

    2024년 7월 10일에 출시 - 86.24 KB
    firefox 109.0a1 이상에서 작동
    Added:
    - option for defining multiple API providers
    - option to switch provider temporary via context menu
    - extended documentation and help
    The full change log is available here: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.15.57

    2024년 6월 23일에 출시 - 77.79 KB
    firefox 109.0a1 이상에서 작동
    Enhanced embedding options: You can now set a specific endpoint URL (internal, container, or external API) for embeddings.
    Real-time data updates: Data changes are now reflected dynamically.
    Bug fixes: We've addressed some pesky bugs to improve your experience.
    For a complete list of updates, check out https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md.
    Need help? Our documentation is available at https://github.com/ivostoykov/AIWebFormFill/.
    Got questions or bugs? Let us know https://github.com/ivostoykov/AIWebFormFill/issues.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.15.27

    2024년 6월 12일에 출시 - 77.23 KB
    firefox 109.0a1 이상에서 작동
    Added option automatically calculate the proposed value when loaded. It is permanently manageable via options page or temporary manageable via context menu.
    Also added shortcut to accept current proposal value or the whole form.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.12.47

    2024년 6월 6일에 출시 - 69.81 KB
    firefox 109.0a1 이상에서 작동
    Complete change log is available here:
    https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md

    Interaction between front and back has been change to address some complicated forms.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.92

    2024년 5월 24일에 출시 - 67.78 KB
    firefox 89.0 이상에서 작동
    Added text area as a potential submit field to fill.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.86

    2024년 5월 22일에 출시 - 67.78 KB
    firefox 89.0 이상에서 작동
    This changes modify the form filling process to handle cases where forms do not adhere strictly to web standards and thus auto fill fails.

    The changelog history is available here: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.85

    2024년 5월 16일에 출시 - 67.76 KB
    firefox 89.0 이상에서 작동
    ## [1.7.85] - 2024-05-15

    - A similarity score is provided for each field that has been populated with a proposed value.
    - The localhost port can be configured through the options page.
    - The Threshold field has been introduced on the options page for filtering out incorrect suggestions. A higher value ensures a stricter matching.
    - Refactoring efforts have been made to improve the efficiency of value processing.
    - The values listed in the options' Form Fields Values field can now be inserted directly from a contextual menu.
    - Calculated similarities are persistent until the next call and can be reviewed again.
    - Several issues have been resolved.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5.94

    2024년 5월 11일에 출시 - 65.02 KB
    firefox 89.0 이상에서 작동
    Context menu now displays again.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5.80

    2024년 5월 3일에 출시 - 64.84 KB
    firefox 89.0 이상에서 작동
    - Reduced the number of API calls
    - Fixed context menu disappearing in Firefox after restart
    - Added supposrt for nested web forms
    - Improved AI embeddings query for better results
    - Added support for psudo forms like <div data-type="form">

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.67

    2024년 4월 29일에 출시 - 63.59 KB
    firefox 89.0 이상에서 작동
    * some bugs fixed
    * reduced the number of server calls
    * improved readability of the elements

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.92

    2024년 4월 28일에 출시 - 63.97 KB
    firefox 109.0a1 이상에서 작동

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.