Secure Workspace

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

Co je Secure Workspace?

Secure Workspace je rozšíření Chrome vyvinuté Splashtop Inc., a jeho hlavní funkcí je „Splashtop Secure Workspace is for simple & secure access to applications and services.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Secure Workspace

Stáhněte si soubory rozšíření Secure Workspace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Secure Workspace Secure Workspace
ID opledplinjplokgcglgmpnceioakopkf
Oficiální URL https://chromewebstore.google.com/detail/secure-workspace/opledplinjplokgcglgmpnceioakopkf
Popis Splashtop Secure Workspace is for simple & secure access to applications and services.
Velikost souboru 5.01 MB
Počet instalací 107
Aktuální Verze 1.0.23.32
Poslední Aktualizace 2024-02-21
Datum Vydání 2023-05-31
Vývojář Splashtop Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.splashtop.com/secure
URL Stránky Nápovědy https://www.splashtop.com/support
URL Stránky Zásad Ochrany Soukromí https://www.splashtop.com/privacy
Podporované Jazyky 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\/*"
        ]
    }
}