Kasm - Open In Isolation

Open links safely in Kasm Isolation

What is Kasm - Open In Isolation?

Kasm - Open In Isolation is a Chrome extension developed by https://kasmweb.com, and its main feature is "Open links safely in Kasm Isolation".

Extension Screenshots

screenshot
screenshot

Download Kasm - Open In Isolation Extension CRX File

Download Kasm - Open In Isolation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Kasm - Open in Isolation , provides users a convenient way to open links inside a Kasm Workspaces session.  The page is rendered inside the Kasm session, allowing users so safely interact with the webpage.  None of the site's code runs on the user's computer only safely inside the remote Kasm session.                    

Extension Basic Information

Name Kasm - Open In Isolation Kasm - Open In Isolation
ID pamimfbchojeflegdjgijcgnoghgfemn
Official URL https://chromewebstore.google.com/detail/kasm-open-in-isolation/pamimfbchojeflegdjgijcgnoghgfemn
Description Open links safely in Kasm Isolation
File Size 257 KB
Installation Count 11,360
Current Version 0.1.3
Last Updated 2023-11-02
Publish Date 2020-09-21
Rating 5.00/5 Total 7 Ratings
Developer https://kasmweb.com
Email [email protected]
Payment Type free
Extension Website https://kasmweb.com
Help Page URL https://kasmweb.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kasm - Open In Isolation",
    "version": "0.1.3",
    "description": "Open links safely in Kasm Isolation",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "menu.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "browser_style": false
    }
}