Kasm - Open In Isolation
Open links safely in Kasm Isolation
什么是Kasm - Open In Isolation?
Kasm - Open In Isolation是由https://kasmweb.com开发的Chrome扩展程序,该扩展的主要功能是“Open links safely in Kasm Isolation”。
扩展截图
下载Kasm - Open In Isolation扩展crx文件
下载Kasm - Open In Isolation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Kasm - Open In Isolation |
ID | pamimfbchojeflegdjgijcgnoghgfemn |
官方URL | https://chromewebstore.google.com/detail/kasm-open-in-isolation/pamimfbchojeflegdjgijcgnoghgfemn |
简介 | Open links safely in Kasm Isolation |
文件大小 | 257 KB |
安装次数 | 11,360 |
当前版本 | 0.1.3 |
更新时间 | 2023-11-02 |
上架时间 | 2020-09-21 |
评分 | 5.00/5 共7次评分 |
开发者 | https://kasmweb.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://kasmweb.com |
帮助页面URL | https://kasmweb.com |
支持的语言 | 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 } } |