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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kasmweb.com, και η κύρια λειτουργία του είναι "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Workspaces for Oracle: Secure Browser

Λήψη αρχείων επέκτασης Workspaces for Oracle: Secure Browser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
    }
}