CloudGuard Extension

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

Τι είναι το CloudGuard Extension;

Το CloudGuard Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dome9 Security, και η κύρια λειτουργία του είναι "1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CloudGuard Extension

Λήψη αρχείων επέκτασης CloudGuard Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CloudGuard Extension CloudGuard Extension
ID ehgnfknpngcoibdjgplfechkifalhifk
Επίσημο URL https://chrome.google.com/webstore/detail/cloudguard-extension/ehgnfknpngcoibdjgplfechkifalhifk
Περιγραφή 1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…
Μέγεθος Αρχείου 1.49 MB
Αριθμός Εγκαταστάσεων 309
Τρέχουσα Έκδοση 2.4.2
Τελευταία Ενημέρωση 2022-07-14
Ημερομηνία Δημοσίευσης 2019-12-11
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Dome9 Security
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dome9.com/
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}