Kasm - Open In Isolation

Open links safely in Kasm Isolation

Kasm - Open In Isolation là gì?

Kasm - Open In Isolation là một tiện ích mở rộng Chrome được phát triển bởi https://kasmweb.com, và tính năng chính của nó là "Open links safely in Kasm Isolation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kasm - Open In Isolation

Tải xuống các tệp mở rộng Kasm - Open In Isolation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kasm - Open In Isolation Kasm - Open In Isolation
ID pamimfbchojeflegdjgijcgnoghgfemn
URL Chính Thức https://chromewebstore.google.com/detail/kasm-open-in-isolation/pamimfbchojeflegdjgijcgnoghgfemn
Mô tả Open links safely in Kasm Isolation
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 11,360
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2020-09-21
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://kasmweb.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kasmweb.com
URL Trang Trợ Giúp https://kasmweb.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}