Workspaces for Oracle: Secure Browser

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

Workspaces for Oracle: Secure Browser क्या है?

Workspaces for Oracle: Secure Browser https://kasmweb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Workspaces for Oracle: Secure Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Workspaces for Oracle: Secure Browser Workspaces for Oracle: Secure Browser
ID ncnjpmbbclblnnnamdhkfamkhookeaap
आधिकारिक URL https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap
विवरण Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
फ़ाइल का आकार 261 KB
स्थापना संख्या 74
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-11-03
प्रकाशन तिथि 2023-04-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://kasmweb.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kasmweb.com/workspaces-for-oracle
सहायता पृष्ठ URL https://kasmweb.com/workspaces-for-oracle
समर्थित भाषाएँ 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
    }
}