Skip to main content

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

PlatformFeatures
Base44One-click migration + staging preview
LovableZIP export + staging preview + deploy
ManusZIP export + staging preview + deploy
GitHubImport 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:
FieldDefaultPurpose
App URLhttps://nometria.comDashboard and login
API URLhttps://app.nometria.comAPI 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. Need help?