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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } } |