Skip to Content
Chrome ExtensionSettings & Options

Settings & Options

The options page opens in its own tab (options.html). Reach it from the ⚡ side menu → ⚙ Settings, or right-click the extension → Options. The page is registry-driven: adding a feature with a settings schema makes its controls appear automatically.

All settings live in chrome.storage.local inside your Chrome profile. Nothing is synced to other browsers or transmitted off your device.

Per-feature toggles

Every one of the 29 features can be switched on or off individually. A feature with no explicit toggle is enabled by default.

Bridge settings

Configure how the extension reaches the sfdt CLI:

SettingValuesDefault
tokenBearer token from ~/.sfdt/bridge-tokenempty
preferredTransportauto | localhost | nativeauto
localhostPortPort sfdt ui listens on7654

Use Test connection after pasting a token to confirm the bridge is reachable.

Per-feature settings (examples)

Features that declare a settings schema render their own controls. A few examples:

FeatureSettingDefault
canvas-searchshortcutCtrl+Shift+F
canvas-searchhighlightColour#FFD700 (gold)
api-name-generatornamingPattern (Snake_Case | PascalCase | camelCase)Snake_Case
scheduled-flow-explorerdefaultView (list | calendar)list

Telemetry (opt-in, local-only)

Telemetry is off by default. When you check Enable local telemetry, the extension keeps per-feature counters in chrome.storage.local. Counts roll over each calendar month and are capped at 500 distinct feature ids. Nothing leaves the browser profile. See Privacy for the full schema.

When the bridge is reachable and telemetry is enabled, opening the options page pushes a snapshot to <project>/.sfdt/telemetry-snapshot.json so the CLI can render it with sfdt extension stats.

Storage keys

KeyWhat it holdsWhen written
sfut.settingsPer-feature toggles, AI provider preferences, bridge tokenWhen you save the options page
sfut.killswitch.cacheThe most-recent server-disabled feature listAfter every successful bridge ping
sfut.telemetryOpt-in local feature-use countersOnly when telemetry is enabled

Clear everything from chrome://extensions → SFDT SF Helper → Site data → Remove all.

Last updated on