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."입니다.

확장 프로그램 스크린샷

screenshot

Workspaces for Oracle: Secure Browser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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