Nubra AI Assistant Extension
A Chrome extension to convert broker strategy code to Nubra SDK and chat for integration help.
Install (Unpacked)
- Download this repository as ZIP from GitHub, or clone it.
- Extract the folder.
- Open Chrome and go to
chrome://extensions.
- Turn on
Developer mode (top-right).
- Click
Load unpacked.
- Select this project folder (the folder that contains
manifest.json).
Use
- Open any webpage.
- Click the Nubra floating button to open the assistant.
- Choose a mode:
Code Convert: paste broker code for conversion.
Chat: ask Nubra SDK questions.
Requirements
- Internet connection (extension calls the hosted backend).
- Chrome browser (latest stable recommended).
Troubleshooting
- Extension not visible: refresh
chrome://extensions and re-load unpacked.
- Backend not responding: verify the deployed backend is live and retry.
- UI not updating after changes: click
Reload on the extension card and refresh the page.
Security
- API keys are not stored in this extension repo.
- Backend secrets are managed on Vercel environment variables.