AI product readChrome extension that provides a right-click context menu to open web links and selected text inside a Kasm Workspaces isolated browser session for safe, remote browsing.
Enables users to safely interact with suspicious or untrusted web content by rendering pages inside a remote Kasm Workspaces session instead of executing code on the local machine, providing browser isolation for security and privacy.
1. User installs extension and configures their Kasm Workspaces server URL in options (e.g., https://app2.kasmweb.com)
2. User browses the web normally in Chrome
3. When encountering a suspicious/unsafe link or wanting privacy, user right-clicks the link or selected text
4. User selects 'Open Link in Kasm' or 'Search in Kasm for [text]' from context menu
5. Extension constructs a Kasm Workspaces URL (using Go or Cast method) and opens it in a new tab/window
6. The web page is rendered inside the remote Kasm session, not on the local machine
7. User interacts with the page safely through the Kasm session
Right-click context menu to open links in Kasm isolation ('Open Link in Kasm')Right-click to search selected text in a Kasm workspace ('Search in Kasm for')Go mode - opens URL in a new Kasm Workspace sessionCast mode - opens URL in an existing running workspace via cast keyOpen in new tab or new window modeConfigurable search engine (Google, Bing, DuckDuckGo, Yahoo, Yandex, Baidu, Naver, and more)
- Target users
- Security-conscious users who want browser isolation for untrusted links / IT administrators managing Kasm Workspaces deployments / Privacy-focused users who want to browse without local execution of web content / Organizations using Kasm Workspaces for remote browser isolation
- Cannot verify actual Kasm Workspaces authentication requirements without testing the destination service
- Cannot determine if Kasm Workspaces cloud tiers affect extension functionality
- The extension has 100+ locale files which are mostly identical structure, only en.json was fully examined
MonetizationNo paid features detected
The extension source contains no payment processing code, no subscription logic, no premium feature gating, no Stripe/payment platform integration, and no upgrade prompts. All 'paid' keyword matches were false positives from Bootstrap library license text (MIT license references) and translated strings where 'pro' appears as part of words like 'prozor' (Croatian for 'window') or 'propiedad'. The extension is a free utility that works with any Kasm Workspaces server instance. Kasm Workspaces as a separate product has paid tiers, but the extension itself does not gate features behind payment.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension itself has no login UI or authentication code. However, the core workflow requires a Kasm Workspaces server instance. The extension constructs URLs like kasm_url + '/#/go?kasm_url=...' (menu.js:164) and kasm_url + '/#/cast/' + castKey + '?kasm_url=...' (menu.js:166) that redirect to the Kasm Workspaces web application, which requires authentication to use. The user must have an account on a Kasm Workspaces instance (self-hosted or cloud at app2.kasmweb.com) and be logged in for the isolation feature to function.