CloudGuard Extension

1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…

Co je CloudGuard Extension?

CloudGuard Extension je rozšíření Chrome vyvinuté Dome9 Security, a jeho hlavní funkcí je „1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření CloudGuard Extension

Stáhněte si soubory rozšíření CloudGuard Extension 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í

                        1) Securing Access to any server and cloud protection.
2) Enabling On-Demand secure access to your Dome9 servers has never been easier.

CloudGuard Native app gives you secure, time-based access to any set of defined servers with the click of a button.

The CloudGuard Native Instant Access App:
*Gives you secure access to any cloud server.
*Eliminates the need to login to CloudGuard Native Central.                    

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

Název CloudGuard Extension CloudGuard Extension
ID ehgnfknpngcoibdjgplfechkifalhifk
Oficiální URL https://chrome.google.com/webstore/detail/cloudguard-extension/ehgnfknpngcoibdjgplfechkifalhifk
Popis 1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…
Velikost souboru 1.49 MB
Počet instalací 309
Aktuální Verze 2.4.2
Poslední Aktualizace 2022-07-14
Datum Vydání 2019-12-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Dome9 Security
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dome9.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudGuard Extension",
    "version": "2.4.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ]
}