Workspaces for Oracle: Secure Browser

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

Co je Workspaces for Oracle: Secure Browser?

Workspaces for Oracle: Secure Browser je rozšíření Chrome vyvinuté https://kasmweb.com, a jeho hlavní funkcí je „Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Workspaces for Oracle: Secure Browser

Stáhněte si soubory rozšíření Workspaces for Oracle: Secure Browser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Workspaces for Oracle: Secure Browser Workspaces for Oracle: Secure Browser
ID ncnjpmbbclblnnnamdhkfamkhookeaap
Oficiální URL https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap
Popis Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
Velikost souboru 261 KB
Počet instalací 74
Aktuální Verze 0.1.3
Poslední Aktualizace 2023-11-03
Datum Vydání 2023-04-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://kasmweb.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://kasmweb.com/workspaces-for-oracle
URL Stránky Nápovědy https://kasmweb.com/workspaces-for-oracle
Podporované Jazyky 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
    }
}