Install the extension
Install from Chrome Web Store
Go to nometria.com/extension and click Add to Chrome.The extension requires access to:
- The URLs of supported builder platforms (Base44, Bolt, Manus, Emergent, Lovable)
- No access to other sites or your browsing history
Sign in to Nometria
Click the extension icon in your Chrome toolbar and sign in with your Nometria account.
Export your project
Click Export to Nometria
Click the Nometria extension icon → Export to Nometria.The extension reads your project’s current file tree and packages it.
Review detected files
A preview shows the detected framework, file count, and estimated project size. Confirm everything looks correct.
Complete setup in the dashboard
You’ll be redirected to nometria.com/dashboard with your project pre-loaded. Add environment variables, choose your domain, and deploy.
Two-way sync via extension
After your initial deployment, the extension can monitor your builder for code changes and push them automatically:- In your project’s dashboard settings → Sync → enable Two-Way Sync
- Keep your builder tab open while working — the extension runs in the background
- When the extension detects a meaningful change, it:
- Diffs the current code against the last known commit
- Pushes a commit to the
builder/latestbranch in your repo - Opens a PR to merge into
main(or auto-merges if configured)
Platform support
| Platform | Initial export | Two-way sync |
|---|---|---|
| Base44 | ✓ | ✓ |
| Bolt | ✓ | ✓ |
| Manus | ✓ | ✓ |
| Emergent | ✓ | ✓ |
| Lovable | ✓ (GitHub preferred) | ✓ |
Troubleshooting
Extension icon is greyed out
Extension icon is greyed out
The extension only activates on supported builder platforms. Make sure you’re on one of the listed platforms and are viewing an open project (not a dashboard/home page).
Export fails with a permission error
Export fails with a permission error
Some builders restrict script access on certain pages. Try refreshing the page and clicking export again. If the issue persists, use the ZIP upload method instead.
Two-way sync isn't detecting changes
Two-way sync isn't detecting changes
Ensure the extension is active (icon is lit) in the builder tab. Some builders update the DOM incrementally — give it 10–15 seconds after making a change before expecting a commit. Check the extension popup for sync status.