Kasm - Open In Isolation

Open links safely in Kasm Isolation

Cos'è Kasm - Open In Isolation?

Kasm - Open In Isolation è un'estensione di Chrome sviluppata da https://kasmweb.com, e la sua funzione principale è "Open links safely in Kasm Isolation".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kasm - Open In Isolation

Scarica i file di estensione Kasm - Open In Isolation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kasm - Open In Isolation Kasm - Open In Isolation
ID pamimfbchojeflegdjgijcgnoghgfemn
URL Ufficiale https://chromewebstore.google.com/detail/kasm-open-in-isolation/pamimfbchojeflegdjgijcgnoghgfemn
Descrizione Open links safely in Kasm Isolation
Dimensione del File 257 KB
Conteggio Installazioni 11,360
Versione Corrente 0.1.3
Ultimo Aggiornamento 2023-11-02
Data di Pubblicazione 2020-09-21
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://kasmweb.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kasmweb.com
URL della Pagina di Aiuto https://kasmweb.com
Lingue Supportate 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
    }
}