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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kasmweb.com และคุณลักษณะหลักของมันคือ "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Workspaces for Oracle: Secure Browser
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } } |