Secure Vault Manager Extension 版本历史 - 3 个版本
Secure Vault Manager Extension 作者: Hai Pham Ngoc (haiphamngoc-dev)
Secure Vault Manager Extension 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.1.3
发布于 2026年7月27日 - 422.97 KB适用于 firefox 140.0 及更高版本- Simulated typing events (focus, click, keydown, keypress, keyup) during autofill to ensure perfect compatibility with modern web frameworks (React, Vue, Angular, Svelte).
- Added smart support for segmented OTP/TOTP inputs, automatically splitting and distributing code digits across split input boxes.
- Revamped the "Save/Update Credentials" prompt behavior: prompts are now intelligently deferred using MutationObserver and page-load checks to only trigger upon verified login success.
- Skip save/update prompts for credentials that already exist in the Vault to prevent duplicate popups.
- Added granular configuration for autofill behaviors on login items, supporting backend domain matches, frontend UI fields, and full localization.
- Improved the extension popup to display custom login item titles instead of raw domains for a cleaner layout.
源代码遵循 MIT 许可证 发布
较早版本
版本 0.1.2
发布于 2026年7月26日 - 422.95 KB适用于 firefox 140.0 及更高版本Version 0.1.2 Release Notes:
- Migrated core architecture from browser native messaging to a secure, local HTTP loopback server communicating with the desktop app.
- Added AES-256-GCM encryption for all local inter-process communication (IPC) to support sandboxed platforms (such as Flatpak and Snap).
- Implemented a secure, local token pairing verification mechanism between the browser extension and the desktop app.
- Enhanced user interface color contrast and accessibility layouts.
- Upgraded credential autofill and save/update prompt detection behaviors.源代码遵循 MIT 许可证 发布