Secure Workspace

Splashtop Secure Workspace is for simple & secure access to applications and services.

Secure Workspace란 무엇입니까?

Secure Workspace은(는) Splashtop Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Splashtop Secure Workspace is for simple & secure access to applications and services."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Secure Workspace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Splashtop Secure Workspace™ is for simple & secure access to your applications and services.

Try our 30-month free trial. Self sign up and no credit card required. Get started at https://www.splashtop.com/secure 

Here are the main benefits:

Simple and Secure Access: Our Zero Trust access model ensures secure real-time access to applications and services by enforcing the least privilege. The administrator can set up policies within a single control panel to provide end-to-end security, including client security posture, authentication, authorization, conditional access, and privileged access.

Browser-Based Application Access: With zero-trust access, our solution ensures secure access to web and network applications, including SSH, RDP, VNC, Telnet, and Kubernetes, all through a browser without the need for additional agents to be installed. In addition, our solution offers mobile apps and browser extensions to enhance the browser-based application access user experiences.

Network Access Everywhere: Our solution guarantees zero-trust access to both on-premises and cloud resources through a Secure Workspace app available on major operating systems. Our Secure Workspace app ensures zero-trust access and enhances the user experience with features such as an application launcher and password management.

Comprehensive Identity Access Management: Our solution offers built-in user and group management, customizable user onboarding, and advanced IAM controls, including conditional authentication, conditional multi-factor authentication, integration with multiple identity providers, support for SAML, OIDC, OAuth, and SCIM/JIT provisioning for users and groups.

Secure Device Enrollment and Security Posture Enforcement: Device configuration enables administrators to manage device enrollment. Device Posture Check improves network security by only allowing employees to connect with devices that meet specific security standards.

Zero Touch and Simplified Deployment: Our simplified Zero Trust Network Access (ZTNA) solution enables easy deployment of connectors with zero-touch required.

Convenient and Secure Third-party/Privileged Access: Our ZTNA solution ensures secure access for third parties by utilizing anonymous access links or third-party controlled identity providers, granting access to privileged systems without exposing login credentials to the end-user.

Built-in Secure Password Management: Our Zero-knowledge password manager for businesses provides secure storage, sharing, and access to login credentials and other sensitive data. The sensitive information is protected by a strong authentication key derived from a master password known only to the user, and the IT administrator can enforce Zero Trust policies to protect access to the password and the sensitive data. 

Privacy Policy: https://www.splashtop.com/legal/privacy-policy                    

확장 프로그램 기본 정보

이름 Secure Workspace Secure Workspace
ID opledplinjplokgcglgmpnceioakopkf
공식 URL https://chromewebstore.google.com/detail/secure-workspace/opledplinjplokgcglgmpnceioakopkf
설명 Splashtop Secure Workspace is for simple & secure access to applications and services.
파일 크기 5.01 MB
설치 횟수 107
현재 버전 1.0.23.32
최근 업데이트 2024-02-21
출시 날짜 2023-05-31
개발자 Splashtop Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.splashtop.com/secure
도움말 페이지 URL https://www.splashtop.com/support
개인정보 보호 정책 페이지 URL https://www.splashtop.com/privacy
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Secure Workspace",
    "short_name": "Secure Workspace",
    "author": "Splashtop Inc",
    "description": "__MSG_SSWAppDesc__",
    "default_locale": "en",
    "version": "1.0.23.32",
    "homepage_url": "https:\/\/workspace.splashtop.com",
    "action": {
        "default_icon": "data\/img\/icon-32.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "identity",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "privacy",
        "notifications",
        "tabs",
        "clipboardWrite",
        "scripting",
        "alarms"
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "icons": {
        "16": "data\/img\/icon-16.png",
        "32": "data\/img\/icon-32.png",
        "48": "data\/img\/icon-48.png",
        "64": "data\/img\/icon-64.png",
        "128": "data\/img\/icon-128.png"
    },
    "background": {
        "service_worker": "data\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "data\/css\/lib\/cssreset-context-min.css",
                "data\/css\/vault-common.css",
                "data\/css\/vault-folders.css",
                "data\/css\/dropdown.css",
                "data\/css\/modal.css",
                "data\/css\/loading.css",
                "data\/css\/toastify.css"
            ],
            "js": [
                "data\/js\/lib\/jquery.min.js",
                "data\/js\/lib\/uuid.js",
                "data\/js\/lib\/toastify-js.js",
                "data\/js\/extension\/worker-content-script-base.js",
                "data\/js\/extension\/worker-content-script.js",
                "data\/js\/extension\/worker-content-script-pgp.js",
                "data\/js\/extension\/helpers\/index.js",
                "data\/js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/fonts\/*.woff2",
                "data\/css\/contentscript.css",
                "data\/css\/vault.css",
                "data\/default_popup.html",
                "data\/action_popup.html",
                "data\/img\/favicon-dark.svg",
                "data\/img\/favicon.svg",
                "data\/js\/extension\/splashvault-inject.js",
                "data\/img\/icon-light-128.png",
                "data\/img\/icon-light-lock-128.png",
                "data\/img\/app-icons-v2\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    }
}