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 |
Eメール | [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 } } |