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文件

下載Secure Workspace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}