EXTENSION V2

Sign in once. Auto Sync runs from your Windows browser.

The extension checks your EldoradoOps subscription, signs every device request, and synchronizes the Eldorado session already open in Chrome without collecting the marketplace password.

ACCOUNT LOGIN

No mandatory Pair Code

Click Sign in with EldoradoOps, choose an active Workspace, and approve the Windows PC or VPS. Pair Codes remain available as a fallback.

LOCAL SECURITY

Encrypted credential

The opaque device credential is encrypted locally with AES-GCM. The ECDSA private signing key is generated as non-extractable browser key material.

AUTO SYNC

Browser events, not busy loops

Sync runs on browser startup, Eldorado tab updates, relevant cookie changes, manual refresh, and a controlled heartbeat schedule.

FAILOVER

One active executor

A database lease and fencing generation ensure only one healthy subscribed device executes, while other connected devices remain Standby.

Active executorStandbySync requiredNo subscriptionWorkspace suspendedUpdate required
WINDOWS CHROME / EDGE

Download the generated production package.

Extract the ZIP, open chrome://extensions, enable Developer mode, choose Load unpacked, and select the extracted folder containing manifest.json. Do not select the repository's extension/src folder.

Download extension ZIP
SETUP

Approve the extension ID.

For staging, set APP_ENV=staging and EXTENSION_ALLOWED_IDS=*, or copy the ID shown in chrome://extensions and use that exact ID. Production must use the signed Chrome Web Store ID.

Read setup docs