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