Kasm - Open In Isolation
Open links safely in Kasm Isolation
Wat is Kasm - Open In Isolation?
Kasm - Open In Isolation is een Chrome-extensie ontwikkeld door https://kasmweb.com, en de belangrijkste functie is "Open links safely in Kasm Isolation".
Extensie Screenshots
Download het CRX-bestand van de extensie Kasm - Open In Isolation
Download Kasm - Open In Isolation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Kasm - Open In Isolation |
ID | pamimfbchojeflegdjgijcgnoghgfemn |
Officiële URL | https://chromewebstore.google.com/detail/kasm-open-in-isolation/pamimfbchojeflegdjgijcgnoghgfemn |
Beschrijving | Open links safely in Kasm Isolation |
Bestandsgrootte | 257 KB |
Aantal Installaties | 11,360 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2023-11-02 |
Publicatiedatum | 2020-09-21 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://kasmweb.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://kasmweb.com |
Help Pagina-URL | https://kasmweb.com |
Ondersteunde Talen | 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 } } |