Workspaces for Oracle: Secure Browser

Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.

Co to jest Workspaces for Oracle: Secure Browser?

Workspaces for Oracle: Secure Browser to rozszerzenie Chrome opracowane przez https://kasmweb.com, a jego główną funkcją jest „Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Workspaces for Oracle: Secure Browser

Pobierz pliki rozszerzeń Workspaces for Oracle: Secure Browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension provides a right-click menu context to open web links in a Workspaces for Oracle Isolated Browser instance in the Oracle Cloud. This provides a convenient way to securely open suspicious/unsafe URLs while also maintaining your browsing privacy. The On-Demand Secure Browser webpage is rendered inside the Oracle Cloud instance, rather than executed on your local computer, to ensure your browsing is safe and private.                    

Podstawowe informacje o rozszerzeniu

Nazwa Workspaces for Oracle: Secure Browser Workspaces for Oracle: Secure Browser
ID ncnjpmbbclblnnnamdhkfamkhookeaap
Oficjalny URL https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap
Opis Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
Rozmiar pliku 261 KB
Liczba instalacji 74
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2023-11-03
Data Publikacji 2023-04-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://kasmweb.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kasmweb.com/workspaces-for-oracle
Adres URL Strony Pomocy https://kasmweb.com/workspaces-for-oracle
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspaces for Oracle: Secure Browser",
    "version": "0.1.3",
    "description": "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.",
    "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
    }
}