Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

LLM Form Filler のバージョン履歴 - 全 19 バージョン

LLM Form Filler 作成者: Georges_Paul

5 段階中 1 の評価
5 段階中 1 の評価
5
0
4
0
3
0
2
0
1
1
LLM Form Filler のバージョン履歴 - 全 19 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 1.18

    リリース日 : 2026年4月21日 - 647.19 KB
    firefox バージョン 58.0 以降 で動作
    Fixes

    Syncfusion 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 License に従いリリースされています

    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 1.17

    リリース日 : 2026年4月20日 - 644.38 KB
    firefox バージョン 58.0 以降 で動作
    Improved filling logic: priority on visual analysis of form.

    Switched to Opus 4.7 as recommended model.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.16

    リリース日 : 2026年4月15日 - 643.89 KB
    firefox バージョン 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 License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.15

    リリース日 : 2026年1月31日 - 596.51 KB
    firefox バージョン 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 License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.14

    リリース日 : 2026年1月30日 - 583.35 KB
    firefox バージョン 58.0 以降 で動作
    Fix concurrency issues in extension.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.13

    リリース日 : 2026年1月22日 - 582.92 KB
    firefox バージョン 58.0 以降 で動作
    Fixed "stop filling" sometimes not responding correctly
    Faster filling

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.12

    リリース日 : 2026年1月22日 - 582.01 KB
    firefox バージョン 58.0 以降 で動作
    Much faster filling using less LLM credits
    Added proper loading bar and fixed existing loading bar issues
    Fixed various minor issues

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.11

    リリース日 : 2025年9月9日 - 566.33 KB
    firefox バージョン 58.0 以降 で動作
    Fixed bug in last release. Added custom prompt entry.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.10

    リリース日 : 2025年9月9日 - 566.77 KB
    firefox バージョン 58.0 以降 で動作
    Completely changed layout.

    Can now fill forms that require multiple profiles of different people/organizations.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.9

    リリース日 : 2025年7月15日 - 583.46 KB
    firefox バージョン 58.0 以降 で動作
    Fixed some security issues.
    Nicer buttons.
    Fixed extension icon issues.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.8

    リリース日 : 2025年7月10日 - 727.76 KB
    firefox バージョン 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 4

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.7

    リリース日 : 2025年6月27日 - 726.8 KB
    firefox バージョン 58.0 以降 で動作
    Improved simulated typing for data entry into form fields.
    Improved simulated page click to focus form.
    Improved error log messages.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.6

    リリース日 : 2025年1月19日 - 725.85 KB
    firefox バージョン 58.0 以降 で動作
    When configuring a new LLM API, and exiting the config window, the LLM was not automatically selected. This is now fixed.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.5

    リリース日 : 2024年10月9日 - 725.01 KB
    firefox バージョン 58.0 以降 で動作
    Fixes bug where the test profile doesn't get loaded on first load.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4

    リリース日 : 2024年10月9日 - 724.96 KB
    firefox バージョン 58.0 以降 で動作
    Fixes a bug that caused the extension not to load properly.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3

    リリース日 : 2024年10月6日 - 724.93 KB
    firefox バージョン 58.0 以降 で動作
    Fixes (hopefully) a small bug where the default profile doesn't get loaded on first start of the extension.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2

    リリース日 : 2024年10月6日 - 724.88 KB
    firefox バージョン 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 License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1

    リリース日 : 2024年7月12日 - 674.91 KB
    firefox バージョン 58.0 以降 で動作
    Added status updates during filling.

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0

    リリース日 : 2024年7月10日 - 673.88 KB
    firefox バージョン 58.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。