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開發的Chrome擴展程式,該擴展的主要功能是“Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.”。
擴展截圖
下載Workspaces for Oracle: Secure Browser擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ncnjpmbbclblnnnamdhkfamkhookeaap |
| 官方網址 | 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
}
} | |