Workspaces for Oracle: Secure Browser
Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
Cos'è Workspaces for Oracle: Secure Browser?
Workspaces for Oracle: Secure Browser è un'estensione di Chrome sviluppata da https://kasmweb.com, e la sua funzione principale è "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Workspaces for Oracle: Secure Browser
Scarica i file di estensione Workspaces for Oracle: Secure Browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ncnjpmbbclblnnnamdhkfamkhookeaap |
| URL Ufficiale | https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap |
| Descrizione | Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle. |
| Dimensione del File | 261 KB |
| Conteggio Installazioni | 74 |
| Versione Corrente | 0.1.3 |
| Ultimo Aggiornamento | 2023-11-03 |
| Data di Pubblicazione | 2023-04-12 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://kasmweb.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://kasmweb.com/workspaces-for-oracle |
| URL della Pagina di Aiuto | https://kasmweb.com/workspaces-for-oracle |
| Lingue Supportate | 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
}
} | |