Salesforce Qr Autofill
View on Chrome Web StoreChrome will indicate if you already have this installed.
Overview
This Chrome extension automatically detects and autofills 2FA/QR code verification fields (security codes) within Salesforce pages, using a code previously loaded by the user. It is the ideal solution for streamlining access in environments utilizing two-factor authentication (e.g., Salesforce Authenticator).
Key Features
Automatic Detection: Automatically identifies 2FA/QR code input fields on live Salesforce pages.
Secure Local Storage: Stores the user's secret code securely using chrome.storage for persistent, local access.
Minimal Interface: Provides a simple, minimal UI for the user to manually load or update their current code.
Core Technologies
MutationObserver: Used to efficiently detect dynamic changes in the Document Object Model (DOM) of Salesforce pages, ensuring timely field detection.
chrome.storage: Utilized for secure and persistent storage of the user's sensitive code.
content_scripts: Injects the core logic directly into target Salesforce pages to interact with the form fields.
Typical Workflow
The user pastes their 2FA secret code into the extension's minimal interface.
Upon loading a Salesforce login page, the extension identifies the correct verification field and autocompletes it based on criteria such as the user's username, domain, or a combination of both.
Tags
Privacy Practices
🔐 Security Analysis
This extension hasn't been security-scanned yet.