...
Send Visitor update: perform an immediate send to Salesforce for identified visitors instead of waiting for background update.
End Session: end the current session, simulating timeout due to inactivity. Further activity will automatically start a new session.
Clear Visitor data: remove all visitor and session data from the browser and become anonymous. Simulates a fresh visit from a new browser or device, or a cache clear.
Enable/disable Send2CRM debug output (TODO: not sure if browser security will allow this).
Impersonate a visitor - assume the identity of a visitor and view the website as they would see it. Potential security risk/issues with polluting visitor data - would at least need to disable sending updated visitor data to Salesforce.
These controls would be placed with the visitor information within the extension popup or on the page overlay.
...