
BIGLOVE.AI Container Importer by BIGLOVE.AI
Imports Multi-Containers from an Airtable base.
2 Users2 Users
Extension Metadata
Permissions and dataLearn more
Required permissions:
- Display notifications to you
- Control browser proxy settings
- Access browser tabs
- Access your data for api.airtable.com
More information
- Add-on Links
- Version
- 1.7.5
- Size
- 24.99 kB
- Last updated
- 2 days ago (4 Oct 2025)
- Related Categories
- Licence
- MIT Licence
- Version History
- Add to collection
Release notes for 1.7.5
🚀 New Features
Container Management
Authentication System
Proxy Configuration
Data Management
🔧 Technical Features
Security
Performance
User Experience
📋 Setup Instructions
🔒 Security Notes
Container Management
- Airtable Integration: Automatic synchronization of containers from Airtable database
- Smart Container Creation: Creates Firefox Multi-Account Containers with proper naming and color coding
- Container Cleanup: Automatically removes orphaned containers not present in Airtable
- Status-Based Coloring: Container colors reflect status (Active, Suspended, Verification Stage, etc.)
Authentication System
- Secure Login: SHA-256 password hashing for secure authentication
- Persistent Sessions: Users stay logged in across browser restarts
- Automatic Panel Switching: Extension popup automatically switches between login and main interface
- Session Management: Proper logout functionality with storage cleanup
Proxy Configuration
- Setup Script Generation: Generates JavaScript code for proxy configuration import
- Clipboard Integration: One-click copy of setup scripts to clipboard
- Debug URL Helper: Built-in link to Firefox debugging page for easy console access
- Comprehensive Instructions: Step-by-step guide for proxy setup
Data Management
- Cache-Busting: Ensures fresh data retrieval from Airtable with timestamp parameters
- Background Sync: Automatic synchronization on browser startup (24-hour intervals)
- Manual Sync: On-demand synchronization with progress notifications
- Error Handling: Comprehensive error handling with user-friendly messages
🔧 Technical Features
Security
- Hashed Passwords: Client-side SHA-256 hashing before transmission
- Authentication Guards: All sensitive operations require authentication
- Secure Storage: Uses browser.storage.local for session persistence
Performance
- Efficient Sync: Only syncs when necessary (24-hour intervals or manual trigger)
- Batch Processing: Processes containers in batches with delays to prevent rate limiting
- Lock Mechanism: Prevents concurrent sync operations
User Experience
- Real-time Status Updates: Live progress updates during sync operations
- Browser Notifications: Desktop notifications for sync completion
- Responsive UI: Clean, modern interface with proper styling
- Loading States: Visual feedback during operations
📋 Setup Instructions
- Installation: Load extension in Firefox Developer Edition
- Authentication: Login with provided credentials
- Initial Sync: Click "Sync from Airtable" to import containers
- Proxy Setup: Use "Copy Script" feature to configure proxies
- Debug Access: Follow built-in instructions to access Firefox console
🔒 Security Notes
- Passwords are hashed client-side before transmission
- No sensitive data is stored in plain text
- Authentication required for all container management operations
- Secure communication with Airtable API