Workspaces for Oracle: Secure Browser

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

What is Workspaces for Oracle: Secure Browser?

Workspaces for Oracle: Secure Browser is a Chrome extension developed by https://kasmweb.com, and its main feature is "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.".

Extension Screenshots

screenshot

Download Workspaces for Oracle: Secure Browser Extension CRX File

Download Workspaces for Oracle: Secure Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Workspaces for Oracle: Secure Browser Workspaces for Oracle: Secure Browser
ID ncnjpmbbclblnnnamdhkfamkhookeaap
Official URL https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap
Description Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
File Size 261 KB
Installation Count 74
Current Version 0.1.3
Last Updated 2023-11-03
Publish Date 2023-04-12
Rating 5.00/5 Total 1 Ratings
Developer https://kasmweb.com
Email [email protected]
Payment Type free
Extension Website https://kasmweb.com/workspaces-for-oracle
Help Page URL https://kasmweb.com/workspaces-for-oracle
Supported Languages 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
    }
}