Workspaces for Oracle: Secure Browser
Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.
Workspaces for Oracle: Secure Browser là gì?
Workspaces for Oracle: Secure Browser là một tiện ích mở rộng Chrome được phát triển bởi https://kasmweb.com, và tính năng chính của nó là "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Workspaces for Oracle: Secure Browser
Tải xuống các tệp mở rộng Workspaces for Oracle: Secure Browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Workspaces for Oracle: Secure Browser |
ID | ncnjpmbbclblnnnamdhkfamkhookeaap |
URL Chính Thức | https://chromewebstore.google.com/detail/workspaces-for-oracle-sec/ncnjpmbbclblnnnamdhkfamkhookeaap |
Mô tả | Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle. |
Kích Thước Tệp | 261 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2023-11-03 |
Ngày Phát Hành | 2023-04-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://kasmweb.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kasmweb.com/workspaces-for-oracle |
URL Trang Trợ Giúp | https://kasmweb.com/workspaces-for-oracle |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |