> ## 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

> One-click migration and deployment from Lovable, Base44, and Manus — right in your browser.

# Chrome Extension

The Nometria Chrome Extension adds **Preview** and **Deploy** buttons directly inside builder platforms. No tab-switching, no CLI — migrate and deploy without leaving your builder.

## Supported Platforms

| Platform    | Features                              |
| ----------- | ------------------------------------- |
| **Base44**  | One-click migration + staging preview |
| **Lovable** | ZIP export + staging preview + deploy |
| **Manus**   | ZIP export + staging preview + deploy |
| **GitHub**  | Import repo + staging preview         |

## Install

### From Source (Developer Mode)

1. Clone or download the extension:
   ```
   apps/base44-downloader/extensions/ownmy-chrome-extension/
   ```

2. Open Chrome and navigate to `chrome://extensions`

3. Enable **Developer mode** (toggle in top right)

4. Click **Load unpacked** and select the extension folder

5. The Nometria icon appears in your toolbar

### From Chrome Web Store

*Coming soon* — the extension is pending Chrome Web Store review.

## Setup

1. Click the Nometria extension icon in your toolbar
2. Click **Login** — this opens `nometria.com/extension/login`
3. Sign in with your Nometria account
4. The extension saves your session token

### Settings (Optional)

Click the gear icon in the popup to configure:

| Field       | Default                    | Purpose                      |
| ----------- | -------------------------- | ---------------------------- |
| **App URL** | `https://nometria.com`     | Dashboard and login          |
| **API URL** | `https://app.nometria.com` | API endpoint for deployments |

## Usage

### On Builder Platforms

When you visit **base44.com**, **lovable.dev**, or **manus.im** while logged in:

1. A **Nometria** button appears in the builder interface
2. Click **Preview** to create a free staging preview (\~2 hours)
3. Click **Deploy** to migrate and deploy to production

The extension automatically:

* Detects which builder platform you're on
* Exports your app code (via API or ZIP download)
* Creates a migration in your Nometria account
* Deploys a staging preview

### On GitHub

When visiting a GitHub repository page:

1. Click the Nometria extension icon
2. Click **Import & Preview** to:
   * Import the repo into your Nometria account
   * Deploy a staging preview
3. If GitHub OAuth isn't connected, you'll be prompted to connect

### From the Popup

Click the extension icon anywhere to:

* View all your apps and their status
* Quick-deploy or resync any app
* Access the Nometria dashboard

## How It Works

```
Builder (Base44/Lovable/Manus)
  ↓ Content script detects platform
  ↓ Adds Preview/Deploy buttons
  ↓ On click: exports code (API or ZIP)
  ↓ Uploads to Nometria API
  ↓ Creates migration + staging preview
  ↓ Shows preview URL in popup
```

## Permissions

The extension requires:

* **activeTab** — to detect which builder platform you're on
* **storage** — to save your login session
* **downloads** — to export ZIP files from builders
* **identity** — for OAuth login flow

Host permissions are limited to Nometria domains and supported builder platforms.

## Troubleshooting

**"Not logged in" after install:**
Click the extension icon → Login → sign in at nometria.com

**Extension doesn't appear on builder site:**
Refresh the page. If it still doesn't appear, check that the extension is enabled at `chrome://extensions`.

**Preview fails:**
Check that your Nometria account is active at [nometria.com/dashboard](https://nometria.com/dashboard).

**Need help?**

* [Dashboard](https://nometria.com/dashboard)
* [Docs](https://docs.nometria.com)
* [Support](mailto:hello@nometria.com)
