Getting Started
Chrome Extension
Use Hymalaia in Chrome from any page.
Hymalaia Chrome Extension
Use the Hymalaia extension to ask questions from anywhere in Chrome. You can also replace your new-tab page with a custom Hymalaia experience.
Features
- Ask questions from any page
- Access the Hymalaia Sidebar anywhere on the web
- Use smart context menu actions:
- π Search selected text in Hymalaia
- π§ Add selected text to your conversation
- π Add the entire page to your conversation
- β¨ Ask Hymalaia to summarize the page
- π΅οΈββοΈ Look up name details (LinkedIn, etc.)
Future versions of the Hymalaia Chrome Extension will allow you to ask questions about the page youβre currently on and index recently visited pages into Hymalaiaβs knowledge base.
Setting Up (Self-Hosted Users)
If youβre using Hymalaia Cloud, install the extension directly from the Chrome Web Store.
Minimum required version:
v0.19.0
- Go to
chrome://extensions
in Chrome.
- Enable Developer mode (upper right).
- Click Load unpacked.
- Select the folder of the Hymalaia Chrome Extension repo (e.g.,
Hymalaia-chrome-extension
). - Click Load.
- Click the
...
next to the extension β Options.
- Set the Root Domain to your self-hosted Hymalaia instanceβs URL.
β The extension is now active and connected to your instance.
Enterprise Installation (Google Admin)
Use this if you manage a large group of users via Google Admin.
Step 1: Access Chrome Management
- Go to
Devices β Chrome β Apps and extensions
.
Step 2: Install Extension
- Get the extension ID from the Hymalaia team.
- Click the β (plus) icon to add a new extension.
- Paste the extension ID.
- Click Add.
Step 3: Configure Settings
- Locate the Hymalaia extension in the console.
- Manage options like:
- Force install for users/org units
- Allow/block users
- Version pinning and update settings
- Installation policies (allow/force/block)
Step 4: Save Changes
- Save your config to apply changes across your org.
Self-Hosted Installation
- Clone or download the Hymalaia Chrome Extension repository.
- Follow the setup steps.
- To distribute:
- Host the
.crx
file yourself - Or publish it as private/unlisted on the Chrome Web Store.
- Host the
Updating Extensions
β Enterprise
- Chrome auto-updates force-installed extensions.
- You can pin versions in the Admin console if needed.
- β οΈ Avoid long-term pinning (no security updates).
π Self-Hosted
- Bump version in
manifest.json
(e.g.,1.0
β1.1
). - Repack the extension (new
.crx
file). - Update where users access/install it.
- If using GPO, update CRX version and URL.
Extension Management in Enterprise
Management Options
- Block/Allow list of extensions
- Force installation
- Block extensions on sensitive domains
- Permission restrictions
Example: Block Extensions on Specific Domains
- Go to:
Devices β Chrome β Apps & extensions β Users & browsers
- Click βοΈ Additional Settings.
- Add blocked host patterns:
- Add allowed host patterns if needed.
Group Policy (GPO) Setup (Windows)
- Install Chrome ADM/ADMX templates.
- Open Group Policy Editor:
gpedit.msc β Computer Configuration β Administrative Templates β Google β Google Chrome β Extensions
- Configure policies:
ExtensionInstallBlocklist
ExtensionInstallAllowlist
ExtensionInstallForcelist
ExtensionSettings
- Use JSON/Registry to define options like:
blocked_permissions
runtime_blocked_hosts
Self-Hosting and Packaging
If you want to avoid using the Chrome Web Store:
- Go to
chrome://extensions β Developer Mode β Pack extension
. - This generates a
.crx
and a private.pem
key (keep it safe). - Host
.crx
andupdate.xml
on your server/intranet. - Use Google Admin or GPO to point to your update URL.
β Pros
- Full release control
- Private distribution
β οΈ Cons
- Bypasses Chrome Store security checks
- Requires more maintenance
Best Practices
- Refer to Google Chrome Enterprise policies for extension management.
- Follow Hymalaia documentation for maintaining self-hosted environments.