> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nometria.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chrome Extension

> Install the Nometria extension to export apps directly from your AI builder.

The Nometria Chrome Extension runs inside your vibe coding platform's browser tab. It captures your project's code, packages it, and sends it to Nometria — no manual export or copy-paste required.

It also powers **two-way sync**: once your app is deployed, the extension monitors your builder for changes and automatically commits them back to your GitHub repo.

## Install the extension

<Steps>
  <Step title="Install from Chrome Web Store">
    Go to [nometria.com/extension](https://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
  </Step>

  <Step title="Sign in to Nometria">
    Click the extension icon in your Chrome toolbar and sign in with your Nometria account.
  </Step>

  <Step title="Open your builder project">
    Navigate to your project in Base44, Bolt, Manus, Emergent, or Lovable. The extension icon will light up indicating the platform is supported.
  </Step>
</Steps>

## Export your project

<Steps>
  <Step title="Click Export to Nometria">
    Click the Nometria extension icon → **Export to Nometria**.

    The extension reads your project's current file tree and packages it.
  </Step>

  <Step title="Review detected files">
    A preview shows the detected framework, file count, and estimated project size. Confirm everything looks correct.
  </Step>

  <Step title="Complete setup in the dashboard">
    You'll be redirected to [nometria.com/dashboard](https://nometria.com/dashboard) with your project pre-loaded. Add environment variables, choose your domain, and deploy.
  </Step>
</Steps>

## Two-way sync via extension

After your initial deployment, the extension can monitor your builder for code changes and push them automatically:

1. In your project's dashboard settings → **Sync** → enable **Two-Way Sync**
2. Keep your builder tab open while working — the extension runs in the background
3. When the extension detects a meaningful change, it:
   * Diffs the current code against the last known commit
   * Pushes a commit to the `builder/latest` branch in your repo
   * Opens a PR to merge into `main` (or auto-merges if configured)

<Tip>You don't need to do anything special while building — just work normally in your AI builder and the extension handles the rest.</Tip>

## Platform support

| Platform | Initial export       | Two-way sync |
| -------- | -------------------- | ------------ |
| Base44   | ✓                    | ✓            |
| Bolt     | ✓                    | ✓            |
| Manus    | ✓                    | ✓            |
| Emergent | ✓                    | ✓            |
| Lovable  | ✓ (GitHub preferred) | ✓            |

## Troubleshooting

<AccordionGroup>
  <Accordion title="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).
  </Accordion>

  <Accordion title="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](/connect/zip) method instead.
  </Accordion>

  <Accordion title="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.
  </Accordion>
</AccordionGroup>
