AutoFill Pro v2.6.1
⚡ AutoFill Pro v2.6.1 - Release Notes
AutoFill Pro v2.6.1 brings native Google OAuth & Chrome Identity integration, permanent Fixed Extension ID key, rock-solid Cloud Sync & token refresh stability, and a sleek modernized Authentication UI with Bengali localization.
🚀 What's New in v2.6.1
🔑 1. Native Google OAuth & Chrome Identity Integration
- Direct 1-Click Google Sign-In: Integrated with
chrome.identity.getAuthTokenand Firebase Identity Platform (signInWithIdp) for real ID and refresh token exchange. - Fixed Extension Key (
manifest.json): Added an embedded RSA public key to fix the Chrome Extension ID permanently tokmjeoiiohfgjgnkkifaklhjigloekhfbacross all computers and browser profiles. - No More Redirect URI / OAuth Blockers: Native Chrome account selection eliminates browser popup blocks and redirect URI mismatch issues.
☁️ 2. Cloud Sync & Silent Token Refresh (No Auto-Logout)
- Resolved Auto-Logout during Sync: Fixed an issue where expired tokens triggered an unexpected logout during sync.
- Silent Background Token Refresh: Authenticated sessions automatically refresh expired Firebase tokens via Google Secure Token API without disrupting the user.
- Enhanced Data Integrity: Complete cross-device profile, hotkey, and settings synchronization via Firebase Realtime Database with AES-256 E2EE support.
🎨 3. Modernized Auth UI with Tab Switcher & Localization
- Clean Auth Interface: Brand-new login and registration interface featuring quick tab switching between Login and Create Account.
- Complete Bengali (বাংলা) & English Support: Clear validation messages, password matching indicator, and password reset notifications.
- Forgot Password Recovery: 1-click password reset email dispatch directly to user's registered inbox.
⚙️ 4. Profile Management & Security Enhancements
- Display Name & Password Management: Users can update their Cloud Profile Display Name and change passwords from Options settings.
- Seamless Local & Cloud Hybrid: Works out-of-the-box both offline with local profiles and online with real-time cloud synchronization.
📦 Installation & Setup
- Download
autofill-pro-v2.6.1.zipfrom the release assets. - Extract the ZIP archive to a folder on your computer.
- Open Google Chrome and go to
chrome://extensions/. - Turn ON Developer mode (toggle in the top-right corner).
- Click Load unpacked and select the extracted folder.
- AutoFill Pro is ready to use with built-in Cloud Sync!
📋 Full Changelog
- Added: Permanent RSA key in
manifest.jsonfor deterministic extension ID. - Added: Native
chrome.identity.getAuthTokenGoogle OAuth flow infirebase-auth.js. - Added: Firebase
signInWithIdpREST integration for Google provider token exchange. - Fixed: Unintended logout during Cloud Sync when token refresh fails.
- Improved:
login.html&login.jsUI with modern responsive styling and tab switching. - Updated: Error translations and Bengali language strings across auth and sync modules.